1
0
This commit is contained in:
acn 2016-10-31 16:42:16 +01:00
parent 13c2cbe34f
commit 295bfeee86

View File

@ -37,7 +37,7 @@ class rtxPage:
""" checks if the page (i.e. the file) exists """ """ checks if the page (i.e. the file) exists """
for path in config.PAGES: for path in config.PAGES:
if os.path.isfile(path + page): if os.path.isfile(path + page):
return True return True
return False return False
def get_page(self): def get_page(self):