wochenbericht name logic was broken

This commit is contained in:
Enno Rehling 2020-09-13 14:32:11 +02:00
parent 513e448976
commit 36c0526f3e
1 changed files with 4 additions and 3 deletions

View File

@ -26,10 +26,11 @@ except:
exit(0)
extras = []
stats = 'wochenbericht-%s.txt' % turn
stats = '../parteien'
if os.path.isfile(stats):
os.symlink('../wochenbericht.txt, stats)
extras.append(stats)
extra = 'wochenbericht-%s.txt' % turn
os.symlink(stats, extra)
extras.append(extra)
express='../express-%s.txt' % turn
if os.path.isfile(express):
extras.append(express)