[12.10.20] Testing

This commit is contained in:
andrewso 2020-10-12 17:30:37 +01:00
parent dea841345c
commit e2df32e5d6

View File

@ -74,6 +74,9 @@ class Streamer():
except ProtocolError: except ProtocolError:
log("Protocol Error", 'ERR') log("Protocol Error", 'ERR')
continue continue
except:
log("Some other Error", 'ERR')
continue
class Listener(StreamListener): class Listener(StreamListener):