Skip to content

Commit 0ebf364

Browse files
committed
formatting
1 parent 9343298 commit 0ebf364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def format_channel_name(bot, author, exclude_channel=None, force_null=False):
375375
if bot.config["use_user_id_channel_name"]:
376376
name = new_name = str(author.id)
377377
elif bot.config["use_timestamp_channel_name"]:
378-
name = new_name = datetime.utcnow().isoformat(sep='-', timesep='minutes')
378+
name = new_name = datetime.utcnow().isoformat(sep="-", timesep="minutes")
379379
else:
380380
name = author.name.lower()
381381
if force_null:

0 commit comments

Comments
 (0)