Fixed database path in teams
This commit is contained in:
parent
63559191a9
commit
5cd12c3f34
@ -21,7 +21,7 @@ class Team:
|
||||
|
||||
|
||||
class TeamHandler:
|
||||
__connection: sqlite3.Connection = sqlite3.connect("../data/sqlite-database.db", check_same_thread=False)
|
||||
__connection: sqlite3.Connection = sqlite3.connect("./data/sqlite-database.db", check_same_thread=False)
|
||||
__cursor: sqlite3.Cursor = __connection.cursor()
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user