From 7f92a7280d94e4bf4dfa5507e35ad9ea540bd7bc Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sat, 23 Feb 2019 15:30:58 +0000 Subject: Prevent troggle adding the menu if there is one in the file Add a Docker compose file to bring up a dev troggle easily Various PEP improvments --- core/fileAbstraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fileAbstraction.py') diff --git a/core/fileAbstraction.py b/core/fileAbstraction.py index 94b8b0c..86191b7 100644 --- a/core/fileAbstraction.py +++ b/core/fileAbstraction.py @@ -26,7 +26,7 @@ def listdir(*path): else: c = "" c = c.replace("#", "%23") - print "FILE: ", settings.FILES + "listdir/" + c + print("FILE: ", settings.FILES + "listdir/" + c) return urllib.urlopen(settings.FILES + "listdir/" + c).read() def dirsAsList(*path): -- cgit v1.2.3