1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00

🗒️ Fix typo

This commit is contained in:
Steffo 2022-04-19 04:18:22 +02:00
parent 4ab8e6dad9
commit 3cee5ff825
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -19,7 +19,7 @@ if __name__ == "__main__":
```python ```python
from .mycfig import SECRET_KEY from .mycfig import SECRET_KEY
print(f"My SECRET_KEY is: {SECRET_KEY}) print(f"My SECRET_KEY is: {SECRET_KEY}")
``` ```
```console ```console