descpage: Implement loading, parsing and updating

To be able to change file description page, we need to load current
text, do manipulations and to update with new text

Issue #1 (#1)
This commit is contained in:
2018-10-18 16:37:11 +02:00
parent 0878d53a55
commit 5b06d2229e
2 changed files with 74 additions and 0 deletions

View File

@@ -43,3 +43,4 @@ class Config():
zip_file = jogobot.config["euroexchange"]["data_zip_filename"]
csv_file = jogobot.config["euroexchange"]["data_csv_filename"]
upload_comment = jogobot.config["euroexchange"]["upload_comment"]
gnuplot_script_comment = jogobot.config["euroexchange"]["gnuplot_script_comment"]