diff options
| author | 2019-09-23 11:28:14 +0100 | |
|---|---|---|
| committer | 2019-09-23 11:28:14 +0100 | |
| commit | bb2590734bc5688745a3ab094ec48b2a30172ca0 (patch) | |
| tree | a4256988a1d97f481f3f88af009e734728ba22d5 /modules/fediverse/ap_utils.py | |
| parent | add default value of self._load_thread (diff) | |
| signature | ||
add missing "import urllib.parse" to ap_utils.py
Diffstat (limited to 'modules/fediverse/ap_utils.py')
| -rw-r--r-- | modules/fediverse/ap_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fediverse/ap_utils.py b/modules/fediverse/ap_utils.py index 39e30590..cd229f15 100644 --- a/modules/fediverse/ap_utils.py +++ b/modules/fediverse/ap_utils.py @@ -1,3 +1,4 @@ +import urllib.parse from src import IRCBot, utils LD_TYPE = ("application/ld+json; " |
