Drop the urllib dependency
This commit is contained in:
parent
8e9811e87e
commit
0a8e307c2a
@ -9,7 +9,6 @@ except ImportError:
|
|||||||
print('This script has to run under WeeChat (https://weechat.org/).')
|
print('This script has to run under WeeChat (https://weechat.org/).')
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
from urllib import urlencode
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
SCRIPT_NAME = 'gotify'
|
SCRIPT_NAME = 'gotify'
|
||||||
|
Loading…
Reference in New Issue
Block a user