From 3e4216c78eefe1e60f5acf825adab72c8ab1f62a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Sep 2022 21:37:20 +0200 Subject: [PATCH] fix my whoopsie --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index dfcc36afd..9f0b2ea4a 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -38,7 +38,7 @@ def archive_url(url): url = url.replace('https://twitter.com/', 'https://nitter.42l.fr/') gevent.spawn(archiveorg, url) if url.startswith('https://instagram.com/'): - url = newposturl.replace('https://instagram.com/', 'https://imginn.com/') + url = url.replace('https://instagram.com/', 'https://imginn.com/') gevent.spawn(archiveorg, url)