From 9b57de2b448afe5bad7d06178ece4f61c87ae6cb Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 5 Oct 2020 13:02:37 +0100 Subject: [PATCH] fix --- comrad/app/screens/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comrad/app/screens/map.py b/comrad/app/screens/map.py index ecf2ed2..73351f8 100644 --- a/comrad/app/screens/map.py +++ b/comrad/app/screens/map.py @@ -10,7 +10,7 @@ from kivymd.uix.boxlayout import MDBoxLayout from kivymd.uix.gridlayout import MDGridLayout from kivymd.uix.button import MDFlatButton from kivymd.uix.label import MDLabel -print('\n'.join(sys.path)) +# print('\n'.join(sys.path)) from comrad.constants import * # from comrad.app.main import rgb import io