mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-08 12:07:33 +08:00
Same rev commit for bsetting
Soon i will add topic support for rss
This commit is contained in:
parent
a5ee70d6f3
commit
c3047ba515
@ -263,7 +263,7 @@ async def edit_variable(_, message, pre_message, key):
|
||||
if not value.endswith("/"):
|
||||
value += "/"
|
||||
elif key in ["LEECH_DUMP_CHAT", "RSS_CHAT"]:
|
||||
if value.isdigit() or value.startswith("-"):
|
||||
if "|" not in value and (value.isdigit() or value.startswith("-")):
|
||||
value = int(value)
|
||||
elif key == "STATUS_UPDATE_INTERVAL":
|
||||
value = int(value)
|
||||
|
Loading…
Reference in New Issue
Block a user