diff --git a/config.py b/config.py index 720d485..612cc2a 100644 --- a/config.py +++ b/config.py @@ -1 +1 @@ -DB_PATH="players.sqlite" +DB_PATH="/home/sheppy-gaming/insurgency-skillbird/python/players.sqlite" diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..fafdb74 --- /dev/null +++ b/config.py.example @@ -0,0 +1,2 @@ +# rename to config.py and remove this line for this file to have effect +DB_PATH="players.sqlite"