mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-10 10:05:33 +00:00
Include statistics for number of watches
This commit is contained in:
@@ -781,7 +781,9 @@ def check_for_new_version():
|
|||||||
try:
|
try:
|
||||||
r = requests.post("https://changedetection.io/check-ver.php",
|
r = requests.post("https://changedetection.io/check-ver.php",
|
||||||
data={'version': datastore.data['version_tag'],
|
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)
|
verify=False)
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user