brokkr / poca

A fast, multithreaded and highly customizable command line podcast client, written in Python 3
GNU General Public License v3.0
23 stars 4 forks source link

quiet flag causes attributeerror #150

Closed brokkr closed 3 years ago

brokkr commented 3 years ago
Traceback (most recent call last):
  File "/home/mads/.local/bin/poca", line 83, in <module>
    main()
  File "/home/mads/.local/bin/poca", line 63, in main
    poca.output.plans_upgrade(subdata)
  File "/home/mads/.local/lib/python3.8/site-packages/poca/output.py", line 94, in plans_upgrade
    USERDEL = USERDEL_DIC[STREAM.glyphs]
AttributeError: 'Logger' object has no attribute 'glyphs'