Skip to content

Commit b27d130

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

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
@@ -400,7 +400,7 @@ async def update_private_file(_, message, pre_message):
400400
drives_ids.append(temp[1])
401401
drives_names.append(temp[0].replace("_", " "))
402402
if len(temp) > 2:
403-
index_urls.append(temp[2]).
403+
index_urls.append(temp[2])
404404
else:
405405
index_urls.append("")
406406
elif file_name in [".netrc", "netrc"]:

0 commit comments

Comments
 (0)