From 1908874201c5c692dfdf4ac5b636f597370aec5f Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 8 Dec 2021 12:20:02 +0100
Subject: [PATCH] [fix] #376: Add missing sys import

---
 silkaj/wot_tools.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/silkaj/wot_tools.py b/silkaj/wot_tools.py
index a34c5509..958e6d8b 100644
--- a/silkaj/wot_tools.py
+++ b/silkaj/wot_tools.py
@@ -13,6 +13,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
 
+import sys
 import urllib
 
 from duniterpy.api.bma import wot
-- 
GitLab