Skip to content

Commit 3c495f8

Browse files
committed
Use lazy formatting
1 parent 3103065 commit 3c495f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939

4040
if __name__ == "__main__":
4141
if log_path != "":
42-
logger.info(f"Program version {INFO['version']} started.")
42+
logger.info("Program version %s started.", INFO["version"])
4343
app.run(DISCORD_TOKEN)

0 commit comments

Comments
 (0)