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
python3 ./CertStreamMonitor.py -c conf/example.conf
Downloads/CertStreamMonitor/utils/sqlite.py:30: SyntaxWarning: "is not" with 'int' literal. Did you mean "!="?
if fres is not 0:
ERROR:root: ConfParser Error: (<class 'AttributeError'>, AttributeError("'ConfigParser' object has no attribute 'readfp'"), <traceback object at 0x1050c0f00>)
ERROR:root: ConfParser Error: (<class 'AttributeError'>, AttributeError("'ConfParser' object has no attribute 'DBFile'"), <traceback object at 0x104c30680>)
ERROR:root: Main error (<class 'NameError'>, NameError("name 'DBFile' is not defined"), <traceback object at 0x104a86fc0>)
I dropped back to 3.10 and it works fine.
The text was updated successfully, but these errors were encountered:
FYI, with the changes in
configparse
as seen hereI dropped back to 3.10 and it works fine.
The text was updated successfully, but these errors were encountered: