Update server.py

This commit is contained in:
Namhyeon Go 2024-03-06 17:20:13 +09:00 committed by GitHub
parent 33b20d3766
commit c49b35e7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -587,6 +587,7 @@ if __name__== "__main__":
# load extensions
#Extension.register(importlib.import_module("plugins.fediverse").Fediverse())
#Extension.register(importlib.import_module("plugins.container").Container())
# start Caterpillar
start()