make config.py and examplefile

This commit is contained in:
2020-06-16 23:45:45 +02:00
parent 4ad8ae47ac
commit f17b02cc87
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
DB_PATH="players.sqlite" DB_PATH="/home/sheppy-gaming/insurgency-skillbird/python/players.sqlite"

2
config.py.example Normal file
View File

@@ -0,0 +1,2 @@
# rename to config.py and remove this line for this file to have effect
DB_PATH="players.sqlite"