mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Fixed PyChecker complaint.
This commit is contained in:
parent
2047dd76b6
commit
705ec27a8f
@ -50,11 +50,12 @@ import debug
|
||||
# version: The version of the bot.
|
||||
version = '0.70.0'
|
||||
|
||||
startedAt = 0.0
|
||||
|
||||
###
|
||||
# End Global Values.
|
||||
###
|
||||
|
||||
|
||||
try:
|
||||
ignore(ircs)
|
||||
except NameError:
|
||||
@ -208,5 +209,6 @@ def superReload(module):
|
||||
#################################################
|
||||
#################################################
|
||||
startup = False
|
||||
testing = False
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user