Compare commits
No commits in common. "5cd12c3f34e236da20f8c86385e9686ab470c056" and "2781848d3135fffcc470d58037b15e9047bc9ae4" have entirely different histories.
5cd12c3f34
...
2781848d31
@ -1,3 +1,2 @@
|
||||
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