Skip to content

Commit

Permalink
certifi logging
Browse files Browse the repository at this point in the history
  • Loading branch information
noam09 committed Sep 16, 2017
1 parent 01b09a8 commit 82c266b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
__plugin_name__ = "Telegramer"
__author__ = "Noam"
__author_email__ = "[email protected]"
__version__ = "1.1.5"
__version__ = "1.1.6"
__url__ = "https://github.com/noam09"
__license__ = "GPLv3"
__description__ = "Control Deluge using Telegram"
Expand Down
4 changes: 4 additions & 0 deletions telegramer/include/telegram/utils/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
import logging
import warnings

import time
import traceback
from deluge.log import LOG as log

try:
import ujson as json
except ImportError:
Expand Down

0 comments on commit 82c266b

Please sign in to comment.