Add skeleton tvdb_keys.py file

This commit is contained in:
Robert Miles 2018-06-20 06:55:28 -04:00
parent 61594578e6
commit 54bc0c97f7
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -102,3 +102,6 @@ venv.bak/
# mypy
.mypy_cache/
# config files
tvdb_keys.py

2
tvdb_keys.py.skel Normal file
View File

@ -0,0 +1,2 @@
# put your api key here
api_key = ""