djkesu commited on
Commit
142768e
·
1 Parent(s): 592fffb

added attribute conn

Browse files
Files changed (1) hide show
  1. app_utils/conf.py +1 -0
app_utils/conf.py CHANGED
@@ -66,6 +66,7 @@ class TortoiseConfig(PersistentSettings):
66
  AR_CHECKPOINT: str = "."
67
  DIFF_CHECKPOINT: str = "."
68
  LOW_VRAM: bool = True
 
69
 
70
  def __init__(self, **data: Any):
71
  super().__init__(**data)
 
66
  AR_CHECKPOINT: str = "."
67
  DIFF_CHECKPOINT: str = "."
68
  LOW_VRAM: bool = True
69
+ conn: sqlite3.Connection = None
70
 
71
  def __init__(self, **data: Any):
72
  super().__init__(**data)