From 0e6012090f2107a23bec2201ad91c53d1af12b70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Thu, 13 Jul 2023 17:15:57 +0900
Subject: [PATCH] fix typo

---
 instagram_utils/services.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instagram_utils/services.py b/instagram_utils/services.py
index ca148e6e..f7bdb0f8 100644
--- a/instagram_utils/services.py
+++ b/instagram_utils/services.py
@@ -79,7 +79,7 @@ class InstagramDownloadService:
 
             logger.info(
                 "Saved Instagram post ID %s",
-                remote_post.shotcode,
+                remote_post.shortcode,
             )
 
             post_position += 1
-- 
GitLab