You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "pg-stat.py", line 355, in init
s_db.append("deadlocks")
AttributeError: PgStatStore instance has no attribute 'append'
->%
s_db is '<main.PgStatStore instance at 0x7f8d4e8fc9e0>', not list, cannot run append.
The text was updated successfully, but these errors were encountered:
File "pg-stat.py", line 355, in init
s_db.append("deadlocks")
AttributeError: PgStatStore instance has no attribute 'append'
->%
s_db is '<main.PgStatStore instance at 0x7f8d4e8fc9e0>', not list, cannot run append.
The text was updated successfully, but these errors were encountered: