mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
dsa_watcher: remove warn() because it's expected to happen
This commit is contained in:
@@ -885,7 +885,6 @@ def command_dsa_watcher(argv, **args):
|
||||
response = urllib.request.urlopen(request)
|
||||
html_text = response.read(BUFSIZ) # ignore more than BUFSIZ
|
||||
except Exception as e:
|
||||
log.warn('failed: %s' % e)
|
||||
err = e
|
||||
|
||||
if not err:
|
||||
|
||||
Reference in New Issue
Block a user