diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-10-15 14:06:56 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-10-15 14:06:56 +0200 |
commit | 139bcb8821ba39e94d38d32f61210e4a2c1c75f0 (patch) | |
tree | 846208cfa481bfa7d269eb0a551be30bd22d4f7e /iot_barcode_scanner/static.py | |
parent | 3f739baab456c2cc977f11090381d1f61eb023c4 (diff) | |
download | iot-barcode-scanner-139bcb8821ba39e94d38d32f61210e4a2c1c75f0.tar iot-barcode-scanner-139bcb8821ba39e94d38d32f61210e4a2c1c75f0.tar.zst iot-barcode-scanner-139bcb8821ba39e94d38d32f61210e4a2c1c75f0.zip |
Implement Makefile for Installation
Diffstat (limited to 'iot_barcode_scanner/static.py')
-rw-r--r-- | iot_barcode_scanner/static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iot_barcode_scanner/static.py b/iot_barcode_scanner/static.py index 22b3842..d81b00b 100644 --- a/iot_barcode_scanner/static.py +++ b/iot_barcode_scanner/static.py @@ -3,4 +3,4 @@ """Module to store static Data for the whole Package""" -CONFIG_PATH = "config.json" +CONFIG_PATH = "/etc/xengineering.eu/iot_barcode_scanner/config.json" |