adding examples, minor fixes

This commit is contained in:
Believethehype
2023-12-19 15:46:30 +01:00
parent 70e684f0b1
commit 0062d785a6
11 changed files with 372 additions and 16 deletions

View File

@@ -148,7 +148,7 @@ if __name__ == '__main__':
env_path = Path('.env')
if not env_path.is_file():
with open('.env', 'w') as f:
print("Wrting new .env file")
print("Writing new .env file")
f.write('')
if env_path.is_file():
print(f'loading environment from {env_path.resolve()}')