mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
oopsie, typo in setup file
This commit is contained in:
parent
e5848eecf5
commit
800ba38241
1 changed files with 2 additions and 6 deletions
|
@ -58,7 +58,7 @@ class SetupApp:
|
||||||
Create the .env file with default values
|
Create the .env file with default values
|
||||||
"""
|
"""
|
||||||
env_conf = {
|
env_conf = {
|
||||||
'FLASK_SECRETE': 'dev',
|
'FLASK_SECRET': 'dev',
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(USER_DIR, '.env'), encoding='utf-8', mode='w+') as file:
|
with open(os.path.join(USER_DIR, '.env'), encoding='utf-8', mode='w+') as file:
|
||||||
|
@ -96,11 +96,7 @@ class SetupApp:
|
||||||
'name': 'OnlyLegs',
|
'name': 'OnlyLegs',
|
||||||
'motto': 'Gwa Gwa',
|
'motto': 'Gwa Gwa',
|
||||||
'language': 'english'
|
'language': 'english'
|
||||||
},
|
}
|
||||||
'server': {
|
|
||||||
'host': '0.0.0.0',
|
|
||||||
'port': 5000
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(USER_DIR, 'conf.yml'), encoding='utf-8', mode='w+') as file:
|
with open(os.path.join(USER_DIR, 'conf.yml'), encoding='utf-8', mode='w+') as file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue