mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
🗒️ Fix typo
This commit is contained in:
parent
4ab8e6dad9
commit
3cee5ff825
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if __name__ == "__main__":
|
|||
```python
|
||||
from .mycfig import SECRET_KEY
|
||||
|
||||
print(f"My SECRET_KEY is: {SECRET_KEY})
|
||||
print(f"My SECRET_KEY is: {SECRET_KEY}")
|
||||
```
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue