From 1658b6141e77662dd59794413f7de6c98ea72d11 Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Wed, 17 Jan 2024 18:04:26 +0100 Subject: [PATCH] fix var names --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6a85362..c929977 100644 --- a/main.py +++ b/main.py @@ -321,7 +321,7 @@ async def backup_channel(channel, last_message_id): S3_CLIENT.upload_file(manifest_path, s3_bucket(), s3_manifest_path) S3_CLIENT.upload_file(manifest_seal_path, s3_bucket(), s3_manifest_seal_path) else: - print(f'No manifest for {guild_id} - {channel_id}. Likly empty channel. Skipping S3 upload.') + print(f'No manifest for {channel.guild.id} - {channel.id}. Likly empty channel. Skipping S3 upload.') return after.id