mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
79ca8c9ec9
old-commit-hash: e94a30bec0
10 lines
163 B
Python
10 lines
163 B
Python
import os
|
|
|
|
# fetch from environment
|
|
DONGLE_ID = os.getenv("DONGLE_ID")
|
|
DONGLE_SECRET = os.getenv("DONGLE_SECRET")
|
|
|
|
ROOT = '/sdcard/realdata/'
|
|
|
|
SEGMENT_LENGTH = 60
|