Skip to content

Commit

Permalink
update manage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 8, 2023
1 parent 5bc3098 commit 58c9644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/workers/handlers/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ async def set_mux_args(event, args, client):
if not MUX_ARGS:
if file_exists(mux_file):
s_remove(mux_file)
await save2db2(None, "mux_args")
return await event.reply("**Successfully unset mux_args**")
else:
return await event.reply(
Expand Down

0 comments on commit 58c9644

Please sign in to comment.