commit 09f1f0c330a7a1b3036821fbfaf49e23f9184b66
parent 6b92367cb4ee6c5a28ef27b825c46c3b61d8fa2f
Author: steepdawn974 <steepdawn974@tutanota.com>
Date: Fri, 1 Apr 2022 12:19:47 +0200
Fix `NameError: name 'logging' is not defined` when using tor.py + gitignore
Author: steepdawn974 <steepdawn974@tutanota.com>
Date: Fri Apr 1 12:19:47 2022 +0200
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gateways/tor.py b/gateways/tor.py
@@ -2,6 +2,7 @@ import socks
import json
import requests
import time
+import logging
import config