mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 11:52:10 +08:00
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
|