From 7c1f9efc4f1159f0e6ab3645031a207e38f87ba9 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 18:49:05 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Changement=20n=C2=B0=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 35f4b99..7682f93 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ from threading import * from class_invoices import * from class_addresses import * -VERSION = "202200522 - 1702" +VERSION = "202200522 - 1848" src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output" From d30151b1d762627f5137ad94c1a3e14fadbcf8fd Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 18:54:08 +0200 Subject: [PATCH 2/4] =?UTF-8?q?d=C3=A9bug=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 35f4b99..40fcf0e 100644 --- a/main.py +++ b/main.py @@ -138,7 +138,7 @@ class ClercAttrib2Biz(): self.draw_mainWindows() self.refresh_ui() - self.read_addresses() + #self.read_addresses() self.timer = self.fenetre.after(1000, self.main_timer_fn) From 00e3cdc2fd9b617a3879860b96e3e65461c21374 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 19:00:19 +0200 Subject: [PATCH 3/4] =?UTF-8?q?d=C3=A9bug=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 0fe7db1..b404e6b 100644 --- a/main.py +++ b/main.py @@ -20,6 +20,7 @@ from class_invoices import * from class_addresses import * VERSION = "202200522 - 1848" +#test master src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output" From a56cc4bc1c9823cc0337e60e0e9f2b279f260d34 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 19:02:07 +0200 Subject: [PATCH 4/4] =?UTF-8?q?d=C3=A9bug=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b404e6b..a0f7397 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ from class_invoices import * from class_addresses import * VERSION = "202200522 - 1848" -#test master +#test master 2 src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output"