Skip to content

Commit eeeb3a2

Browse files
auto: format python code
1 parent 9822e89 commit eeeb3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/social.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ async def _migratefavgames(self, ctx):
16041604
# update the progress message
16051605
interval = (count // 100) + 1
16061606
if ((j + 1) % interval) == 0:
1607-
percent_complete = (j+1) / count
1607+
percent_complete = (j + 1) / count
16081608
await message.edit(content=f'Migrating... {j+1}/{count} ({percent_complete:.0f}%)')
16091609

16101610
await message.edit(content=f'Migrating... {count}/{count} (100%)')

0 commit comments

Comments
 (0)