mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 09:13:43 +08:00
364c65e7fc
old-commit-hash: a64b9aa9b8
10 lines
178 B
Python
10 lines
178 B
Python
import os
|
|
|
|
# fetch from environment
|
|
def get_dongle_id_and_secret():
|
|
return os.getenv("DONGLE_ID"), os.getenv("DONGLE_SECRET")
|
|
|
|
ROOT = '/sdcard/realdata/'
|
|
|
|
SEGMENT_LENGTH = 60
|