mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-08 18:44:06 +01:00
Bug fix with the HTTP server.
This commit is contained in:
parent
9aa32da082
commit
3265d84a23
@ -332,7 +332,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# These may take some resources, and it does not need to be run while boot, so
|
# These may take some resources, and it does not need to be run while boot, so
|
||||||
# we import it as late as possible (but before plugins are loaded).
|
# we import it as late as possible (but before plugins are loaded).
|
||||||
import supybot.utils.httpserver as httpserver
|
import supybot.httpserver as httpserver
|
||||||
|
|
||||||
owner = Owner.Class()
|
owner = Owner.Class()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user