Compare commits

..

2 Commits

Author SHA1 Message Date
Radek
eaca27ea19 no api 2025-07-24 13:07:27 +01:00
Radek
d47e91bcd8 tested running for a month 2025-07-24 12:55:14 +01:00

View File

@@ -7,8 +7,8 @@ from datetime import datetime, timedelta
import time import time
# Configuration # Configuration
API_KEY = '65f70430637c080dc64d0d62c1f12117' API_KEY = ''
LIBRENMS_IP = '212.147.139.77' LIBRENMS_IP = ''
HEADERS = {'X-Auth-Token': API_KEY} HEADERS = {'X-Auth-Token': API_KEY}
def create_db_connection(db_file): def create_db_connection(db_file):