mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed small error in Config
This commit is contained in:
@@ -37,7 +37,7 @@ class Config:
|
||||
self.db_user = _data["USER"]
|
||||
self.db_pass = _data["PASSWORD"]
|
||||
self.SECRET = _data["SECRET"]
|
||||
self.debug_build_mode = (_data["SECRET"].casefold() == "debug")
|
||||
self.debug_build_mode = (_data["BUILD_MODE"].casefold() == "debug")
|
||||
|
||||
def open_file(self, _cp):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user