From f17b02cc876f51618672ce635dfa5d4afd8c01c4 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 16 Jun 2020 23:45:45 +0200 Subject: [PATCH] make config.py and examplefile --- config.py | 2 +- config.py.example | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 config.py.example 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"