Skip to content

Commit 98a1731

Browse files
committed
update bot_settings.py
1 parent 6f9e85b commit 98a1731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/modules/bot_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async def edit_variable(_, message, pre_message, key):
225225
if drives_names and drives_names[0] == "Main":
226226
index_urls[0] = value
227227
else:
228-
index_urls.insert(0, value.)
228+
index_urls.insert(0, value)
229229
elif key == "AUTHORIZED_CHATS":
230230
aid = value.split()
231231
auth_chats.clear()

0 commit comments

Comments
 (0)