summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py
index 77aba9d..eeb3c6a 100644
--- a/core/utils.py
+++ b/core/utils.py
@@ -124,7 +124,7 @@ def current_expo():
last_expo = expos[0].year
if int(last_expo) < int(year): # coming year, after Dec.31st
for y in range(int(last_expo)+1, int(year)+1):
- print(f"--!{year}---")
+ #print(f"--!{year}---")
make_new_expo(str(y))
make_new_expo_dir(str(y))