mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Revised program setup routine to work within the constrains of the
docker setup.
This commit is contained in:
@@ -45,3 +45,7 @@ class Config:
|
||||
with open(str(_cp), "r") as read_file:
|
||||
data = json.load(read_file)
|
||||
return data
|
||||
|
||||
def django_secret(self, _data):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user