[+] Make font configurable and add test case

This commit is contained in:
Hykilpikonna
2020-12-01 11:19:13 -05:00
parent 141abdf85f
commit 7a03a182d2
2 changed files with 30 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
import os
token = os.environ['TG_TOKEN']
font = os.getenv('FONT', None)
dbPath = 'database.json'