2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-08 18:25:16 +00:00

Don't make use of hardcoded default int values too

This commit is contained in:
Dan
2018-10-13 10:41:58 +02:00
parent a32009a79d
commit 9649b1457c
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ class BaseClient:
UPDATES_WORKERS = 1
DOWNLOAD_WORKERS = 1
OFFLINE_SLEEP = 300
WORKERS = 4
WORKDIR = "."
CONFIG_FILE = "./config.ini"