[fix] fix config import
This commit is contained in:
parent
51b61d2db7
commit
7027a4a07a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
"""ActivityPub settings, fetch & post"""
|
||||
import httpx
|
||||
import config
|
||||
from demo import config
|
||||
|
||||
|
||||
def fetch(
|
||||
|
|
Loading…
Reference in a new issue