From 24b5fc482ebd5afa700b7b7698904b8717de3d8c Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:27:49 +0800 Subject: [PATCH] pip helper --- client.pyw | 2 +- system2.py => system_command.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename system2.py => system_command.py (100%) 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