Compare commits
2 Commits
422fc3fa3b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaca27ea19 | ||
|
|
d47e91bcd8 |
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user