Skip to content

Commit

Permalink
fix var names
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 17, 2024
1 parent e0e2423 commit 1658b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1658b61

Please sign in to comment.