remove comments

This commit is contained in:
Dionysus 2023-07-23 00:31:38 -04:00
parent 950b75d56c
commit 19597e4bf5
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,9 @@ class Bot():
error('The bot is already running or nick is in use.')
except (UnicodeDecodeError, UnicodeEncodeError):
pass
# except Exception as ex:
# error('fatal error occured', ex)
# break
except Exception as ex:
error('fatal error occured', ex)
break
finally:
self.last = time.time()