mirror of
https://github.com/TheCaduceus/FileStreamBot.git
synced 2026-01-15 16:33:25 -03:00
Bump to v1.1
This commit is contained in:
@@ -5,7 +5,7 @@ from .config import Telegram, LOGGER_CONFIG_JSON
|
||||
|
||||
dictConfig(LOGGER_CONFIG_JSON)
|
||||
|
||||
version = 1.0
|
||||
version = 1.1
|
||||
logger = getLogger('bot')
|
||||
|
||||
TelegramBot = Client(
|
||||
@@ -16,4 +16,4 @@ TelegramBot = Client(
|
||||
plugins={"root": "bot/plugins"},
|
||||
workers = Telegram.BOT_WORKERS,
|
||||
max_concurrent_transmissions=1000
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user