From c7ddbb035f2a79aba1e7f49fbe7549ebb9fd11b5 Mon Sep 17 00:00:00 2001 From: pablo Date: Sat, 9 Jan 2021 17:48:24 +0100 Subject: [PATCH] Added sys.path trickery to make imports work again when executing out of Pycharm. --- capturer/capturer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capturer/capturer.py b/capturer/capturer.py index 6971cfb..83612be 100644 --- a/capturer/capturer.py +++ b/capturer/capturer.py @@ -1,3 +1,6 @@ +import sys + +sys.path.append("..") from time import sleep import datetime