forgot to remove fedi import
This commit is contained in:
parent
4a9ecedc28
commit
10d0098a0f
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# import argparse
|
||||
from flask import Flask, Response, request
|
||||
from core import config, fedi, owncast, __version__
|
||||
from core import config, owncast, __version__
|
||||
from core.logger import logging
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue