fix wrong comments

This commit is contained in:
Thomas Rubini 2023-03-06 10:37:53 +01:00
parent ff5056ab61
commit 99a9032826
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -66,7 +66,7 @@ class Place(db.Model):
class Question(db.Model): class Question(db.Model):
""" """
Stores questions asked by NPCs Stores questions asked by players
""" """
__tablename__ = "T_QUESTION" __tablename__ = "T_QUESTION"