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
# Configuration
API_KEY = ''
LIBRENMS_IP = ''
API_KEY = '65f70430637c080dc64d0d62c1f12117'
LIBRENMS_IP = '212.147.139.77'
HEADERS = {'X-Auth-Token': API_KEY}
def create_db_connection(db_file):