diff --git a/gotify.py b/gotify.py index bb728b8..a4a90e6 100644 --- a/gotify.py +++ b/gotify.py @@ -9,7 +9,6 @@ except ImportError: print('This script has to run under WeeChat (https://weechat.org/).') exit(1) -from urllib import urlencode import requests SCRIPT_NAME = 'gotify'