Typo
This commit is contained in:
parent
13c2cbe34f
commit
295bfeee86
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user