add missing "import urllib.parse" to ap_utils.py
This commit is contained in:
parent
6ee9bcc51f
commit
bb2590734b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import urllib.parse
|
||||
from src import IRCBot, utils
|
||||
|
||||
LD_TYPE = ("application/ld+json; "
|
||||
|
|
Loading…
Reference in a new issue