Spaces:
Sleeping
Sleeping
Dr.Caduceus commited on
Bump to v1.1
Browse files- bot/__init__.py +2 -2
bot/__init__.py
CHANGED
|
@@ -5,7 +5,7 @@ from .config import Telegram, LOGGER_CONFIG_JSON
|
|
| 5 |
|
| 6 |
dictConfig(LOGGER_CONFIG_JSON)
|
| 7 |
|
| 8 |
-
version = 1.
|
| 9 |
logger = getLogger('bot')
|
| 10 |
|
| 11 |
TelegramBot = Client(
|
|
@@ -16,4 +16,4 @@ TelegramBot = Client(
|
|
| 16 |
plugins={"root": "bot/plugins"},
|
| 17 |
workers = Telegram.BOT_WORKERS,
|
| 18 |
max_concurrent_transmissions=1000
|
| 19 |
-
)
|
|
|
|
| 5 |
|
| 6 |
dictConfig(LOGGER_CONFIG_JSON)
|
| 7 |
|
| 8 |
+
version = 1.1
|
| 9 |
logger = getLogger('bot')
|
| 10 |
|
| 11 |
TelegramBot = Client(
|
|
|
|
| 16 |
plugins={"root": "bot/plugins"},
|
| 17 |
workers = Telegram.BOT_WORKERS,
|
| 18 |
max_concurrent_transmissions=1000
|
| 19 |
+
)
|