diff --git a/client.pyw b/client.pyw index 44c7375..bcf26f7 100644 --- a/client.pyw +++ b/client.pyw @@ -20,7 +20,7 @@ def windows_run(): def Not_windows_run(): if os.path.exists('{ml}\system_command.exe'): - os.system('python {ml}/Not/system_command.pyw') + os.system('python {ml}/Not/system_command.py') else: messagebox.showerror('system', file_error) pass diff --git a/system2.py b/system_command.py similarity index 100% rename from system2.py rename to system_command.py