Fixes all functions except CSV for time period.
This commit is contained in:
@@ -15,7 +15,7 @@ import requests
|
||||
import json
|
||||
|
||||
# DEFAULTS
|
||||
db_address = "localhost:5000"
|
||||
db_address = "10.10.10.10:5000"
|
||||
db_url = "https://{}".format(db_address)
|
||||
scan_rate = 30 # seconds
|
||||
save_all = "test" # use True, False, or any string
|
||||
|
||||
Reference in New Issue
Block a user