Skip to content

Commit

Permalink
Update pluginManager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Oct 30, 2023
1 parent e71e9ca commit 0da4dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/core/pluginManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def restart_script(client: TelegramClient, sandy):
except Exception as e:
LOGS.error(e)
executable = sys.executable.replace(" ", "\\ ")
args = [executable, "-m", "zthon"]
args = [executable, "-m", "repthon"]
os.execle(executable, *args, os.environ)
os._exit(143)

Expand Down

0 comments on commit 0da4dc4

Please sign in to comment.