From 89addf2ccf014e6416ced3b19624f872cef77b02 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 16 Dec 2024 19:49:57 +0300 Subject: [PATCH 1/2] eqw --- filesystem.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystem.py b/filesystem.py index a542faf..b7e3b84 100644 --- a/filesystem.py +++ b/filesystem.py @@ -5,7 +5,7 @@ class Process: - +# test @staticmethod def run(programm: str, param: str = "", shell: bool = True) -> bool: """ diff --git a/requirements.txt b/requirements.txt index 74c0926..9697616 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ Pillow==9.3.0 plotly==5.11.0 psutil==5.9.4 # psycopg2==2.9.5 -psycopg2-binary==2.9.5 # if on linux +psycopg2-binary==2.9.5 # if on linuxq pyinstaller==5.7.0 pyinstaller-hooks-contrib==2022.14 pyodbc==4.0.35 From b5f3d8692ec82b7a15e302d287ca8ec7b81d258b Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 16 Dec 2024 19:51:38 +0300 Subject: [PATCH 2/2] eqw --- filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.py b/filesystem.py index b7e3b84..35011c0 100644 --- a/filesystem.py +++ b/filesystem.py @@ -5,7 +5,7 @@ class Process: -# test +# testq @staticmethod def run(programm: str, param: str = "", shell: bool = True) -> bool: """