Include statistics for number of watches

pull/107/head
dgtlmoon 2021-06-22 11:40:45 +10:00
rodzic 6c35995cff
commit c6a4709987
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -781,7 +781,9 @@ def check_for_new_version():
try:
r = requests.post("https://changedetection.io/check-ver.php",
data={'version': datastore.data['version_tag'],
'app_guid': datastore.data['app_guid']},
'app_guid': datastore.data['app_guid'],
'watch_count': len(datastore.data['watching'])
},
verify=False)
except: