JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
241 stars 60 forks source link

Notification TypeError [bug] #98

Closed carrigan98 closed 8 years ago

carrigan98 commented 8 years ago

The following is produced when the --extra argument is used:

Traceback (most recent call last):
  File "autorippr.py", line 385, in <module>
    extras(config)
  File "autorippr.py", line 352, in extras
    notify.extra_complete(dbvideo)
TypeError: extra_complete() takes exactly 3 arguments (2 given)