gregdavill / KiBuzzard

MIT License
425 stars 33 forks source link

Remove unneeded try block #36

Closed robin7331 closed 3 years ago

robin7331 commented 3 years ago

This should fix #35

There was a try: without a corresponding except: in plugin.py. I removed the try block entirely because instead of having pass the except Any occurring exception should now be logged to the kibuzzard.log or error.log.

jordiorlando commented 3 years ago

This works for me! Still facing issue #30, but at least it works on startup. Thanks!