mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix exception when stopping the HTTP server if already stopped.
This commit is contained in:
parent
ff2047997a
commit
fa3fc7d20a
@ -180,6 +180,7 @@ def stopServer():
|
||||
"""Stops the HTTP server. Should be run only from this module or from
|
||||
when the bot is dying (ie. from supybot.world)"""
|
||||
global httpServer
|
||||
if httpServer is not None:
|
||||
log.info('Stopping HTTP server.')
|
||||
httpServer.shutdown()
|
||||
httpServer = None
|
||||
|
Loading…
Reference in New Issue
Block a user