mirror of https://github.com/cppla/ServerStatus
Update bot-telegram.py
parent
f68d3a8963
commit
7bf4a22457
|
@ -10,7 +10,7 @@ import requests
|
|||
import time
|
||||
import traceback
|
||||
|
||||
NODE_STATUS_URL = 'http://sss/json/stats.json'
|
||||
NODE_STATUS_URL = 'http://serverstatus/json/stats.json'
|
||||
|
||||
offs = []
|
||||
counterOff = {}
|
||||
|
|
Loading…
Reference in New Issue