Compare commits

..

1 Commits

Author SHA1 Message Date
Radek
422fc3fa3b 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 = '' API_KEY = '65f70430637c080dc64d0d62c1f12117'
LIBRENMS_IP = '' LIBRENMS_IP = '212.147.139.77'
HEADERS = {'X-Auth-Token': API_KEY} HEADERS = {'X-Auth-Token': API_KEY}
def create_db_connection(db_file): def create_db_connection(db_file):