implemented config absender to csv export
This commit is contained in:
@@ -263,10 +263,8 @@ class Application:
|
|||||||
writer.writerow(line)
|
writer.writerow(line)
|
||||||
# todo: add "absender" to config parameters
|
# todo: add "absender" to config parameters
|
||||||
line = []
|
line = []
|
||||||
line.append("Absender:")
|
for idx in range(4):
|
||||||
line.append("Matthias Braun")
|
line.append(self.config.get("absender", f"{idx}"))
|
||||||
line.append("Wolfacherweg 1")
|
|
||||||
line.append("5724 Dürrenäsch")
|
|
||||||
writer.writerow(line)
|
writer.writerow(line)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
show_error(message_title="Unexpected error",
|
show_error(message_title="Unexpected error",
|
||||||
|
|||||||
Reference in New Issue
Block a user