mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
cleanup
This commit is contained in:
@@ -675,7 +675,7 @@ def command_wp(argv, lang='de', **args):
|
||||
if 'wp' != argv[0]:
|
||||
return
|
||||
|
||||
log.plugin('wp plugin called')
|
||||
log.plugin('plugin called')
|
||||
|
||||
query = ' '.join(argv[1:])
|
||||
|
||||
@@ -698,7 +698,7 @@ def command_wp(argv, lang='de', **args):
|
||||
lang, urllib.parse.urlencode(api)
|
||||
)
|
||||
|
||||
log.plugin('wp: fetching %s' % apiurl)
|
||||
log.plugin('fetching %s' % apiurl)
|
||||
|
||||
try:
|
||||
response = urllib.request.urlopen(apiurl)
|
||||
|
||||
Reference in New Issue
Block a user