|
@@ -9,6 +9,7 @@ import requests
|
|
import pickle
|
|
import pickle
|
|
import json
|
|
import json
|
|
from threading import Thread, RLock
|
|
from threading import Thread, RLock
|
|
|
|
+
|
|
ENDPOINT="https://the-phi.com/monitor"
|
|
ENDPOINT="https://the-phi.com/monitor"
|
|
class Collector(Thread) :
|
|
class Collector(Thread) :
|
|
def __init__(self):
|
|
def __init__(self):
|