mirror of
git://git.acid.vegas/archive.git
synced 2024-11-14 20:26:41 +00:00
remove comments
This commit is contained in:
parent
950b75d56c
commit
19597e4bf5
@ -123,9 +123,9 @@ class Bot():
|
|||||||
error('The bot is already running or nick is in use.')
|
error('The bot is already running or nick is in use.')
|
||||||
except (UnicodeDecodeError, UnicodeEncodeError):
|
except (UnicodeDecodeError, UnicodeEncodeError):
|
||||||
pass
|
pass
|
||||||
# except Exception as ex:
|
except Exception as ex:
|
||||||
# error('fatal error occured', ex)
|
error('fatal error occured', ex)
|
||||||
# break
|
break
|
||||||
finally:
|
finally:
|
||||||
self.last = time.time()
|
self.last = time.time()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user