mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 23:44:21 +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
|
```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
|
||||||
|
|
Loading…
Reference in a new issue