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: The version of the bot.
|
||||||
version = '0.70.0'
|
version = '0.70.0'
|
||||||
|
|
||||||
|
startedAt = 0.0
|
||||||
|
|
||||||
###
|
###
|
||||||
# End Global Values.
|
# End Global Values.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ignore(ircs)
|
ignore(ircs)
|
||||||
except NameError:
|
except NameError:
|
||||||
@ -208,5 +209,6 @@ def superReload(module):
|
|||||||
#################################################
|
#################################################
|
||||||
#################################################
|
#################################################
|
||||||
startup = False
|
startup = False
|
||||||
|
testing = False
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user