Compare commits
2 Commits
2781848d31
...
5cd12c3f34
Author | SHA1 | Date | |
---|---|---|---|
5cd12c3f34 | |||
63559191a9 |
@ -1,2 +1,3 @@
|
||||
from utils.mail import MailHandler
|
||||
from utils.user import User, UserHandler
|
||||
from utils.team import Team, TeamHandler
|
||||
|
@ -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