From bd0efb15290bd5d48f17e8f5ba2fb596f7955bd1 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 23 Aug 2020 18:45:44 +0200 Subject: [PATCH] crawler: missing os import --- morss/crawler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morss/crawler.py b/morss/crawler.py index 0573cc6..9481f35 100644 --- a/morss/crawler.py +++ b/morss/crawler.py @@ -1,3 +1,4 @@ +import os import sys import zlib