descpage: Implement inserting helptext in code

Add helping comments to beginning of gnuplot scripts explaining data
source

Issue #1 (#1)
This commit is contained in:
2018-10-20 21:26:57 +02:00
parent ecb6bb8607
commit 6572a89085
2 changed files with 9 additions and 0 deletions

View File

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