Add --upload, --qrcode

This commit is contained in:
jaseg 2020-07-29 22:39:16 +02:00
parent b4125a9d73
commit 47329bf3bf
6 changed files with 253 additions and 45 deletions

4
test_config.cfg Normal file
View file

@ -0,0 +1,4 @@
SERVE_PATH = '/tmp'
UPLOAD_KEYS = [
b'foobar' # test key
]