From 217afc47152f2139b82690911e2e930954eecb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 11 Oct 2020 17:25:56 +0200 Subject: [PATCH] debug --- workdirfs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workdirfs.py b/workdirfs.py index c818937..976480e 100755 --- a/workdirfs.py +++ b/workdirfs.py @@ -96,6 +96,7 @@ class WorkdirFS(Operations): if os.path.exists(self.configlast): with open(self.configlast, 'r') as fh: yesterday = fh.readline().strip() + print("yesterday: "+yesterday, end='\n') if yesterday == None: self.yesterday = self.today else: