acn/rtx
acn
/
rtx
1
0
Fork 0
This commit is contained in:
acn 2016-10-31 16:42:16 +01:00
parent 13c2cbe34f
commit 295bfeee86
1 changed files with 1 additions and 1 deletions

View File

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