mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 10:15:44 +02:00
remove verbose debug
This commit is contained in:
parent
1f9784dbdb
commit
43ec3a5699
@ -59,10 +59,7 @@ class UpdateThread(threading.Thread):
|
||||
url = '%s?%s' % (self.update_url, data)
|
||||
|
||||
try:
|
||||
response = urllib.request.urlopen(url, timeout=60)
|
||||
print('succ!')
|
||||
print(url)
|
||||
print(response.read())
|
||||
urllib.request.urlopen(url, timeout=60)
|
||||
except urllib.error.HTTPError as e:
|
||||
print('%s: %s' % (url, e))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user