add config
This commit is contained in:
parent
96ed93cacb
commit
2f7ae91ac0
2 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# config file
|
||||||
|
config.toml
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[codz]
|
*.py[codz]
|
||||||
|
|
|
||||||
3
config-template.toml
Normal file
3
config-template.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
token = "NerimityTokenHere"
|
||||||
|
api_key = "LastFmApiKeyHere"
|
||||||
|
api_secret = "LastFmApiSecretHere"
|
||||||
Loading…
Add table
Reference in a new issue