Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Mar 5, 2024
1 parent 1df5a10 commit 6e7d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def dispatch(self, type, id, params, conn = None):
auth = HTTPBasicAuth(_username, _password)

# load extensions
Extension.register(importlib.import_module("plugins.fediverse").Fediverse())
#Extension.register(importlib.import_module("plugins.fediverse").Fediverse())

# start Caterpillar
start()

0 comments on commit 6e7d1b7

Please sign in to comment.