[P] Add TRACK_ID selection in MapView
This commit was merged in pull request #32.
This commit is contained in:
@@ -2,3 +2,5 @@ import os
|
||||
|
||||
STORE_HOST = os.environ.get("STORE_HOST") or "localhost"
|
||||
STORE_PORT = os.environ.get("STORE_PORT") or 8000
|
||||
|
||||
TRACK_ID = int(os.environ.get("TID") or '1')
|
||||
|
||||
Reference in New Issue
Block a user