diff --git a/Miner b/Miner index 2438656..005d9d7 100644 --- a/Miner +++ b/Miner @@ -26,6 +26,8 @@ def stats(ip): if command == "stats": res = "STATS" + elif command == "devs": + res = "DEVS" else: res = "POOLS"