BinaryONe
commited on
Commit
·
a1c959d
1
Parent(s):
d58f190
DB Pos changes
Browse files- FileStream/config.py +1 -1
FileStream/config.py
CHANGED
|
@@ -28,7 +28,7 @@ class Telegram:
|
|
| 28 |
MODE = env.get("MODE", "primary")
|
| 29 |
SECONDARY = True if MODE.lower() == "secondary" else False
|
| 30 |
AUTH_USERS = list(set(int(x)for x in str(env.get("AUTH_USERS", "")).split()))
|
| 31 |
-
DATA_SOURCES = [
|
| 32 |
|
| 33 |
class TMDB:
|
| 34 |
API = str(env.get("TMDB_API", ""))
|
|
|
|
| 28 |
MODE = env.get("MODE", "primary")
|
| 29 |
SECONDARY = True if MODE.lower() == "secondary" else False
|
| 30 |
AUTH_USERS = list(set(int(x)for x in str(env.get("AUTH_USERS", "")).split()))
|
| 31 |
+
DATA_SOURCES = [PFLOG_CHANNEL, DFLOG_CHANNEL, ULOG_GROUP]
|
| 32 |
|
| 33 |
class TMDB:
|
| 34 |
API = str(env.get("TMDB_API", ""))
|