Skip to content

Commit 2c8310b

Browse files
authored
修复 python <3.13 字符串报错问题
1 parent 016173e commit 2c8310b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def emit(self, record):
8484

8585
l.info(f'Startup Config: {c}')
8686
l.info(f'Node: {c.node}')
87-
l.info(f'{'='*25} Application Startup {'='*25}')
87+
l.info(f'{"="*25} Application Startup {"="*25}')
8888
l.info(f'ImgAPI v{VERSION} by SiiWay Team')
8989
l.info('Under MIT License')
9090
l.info('GitHub: https://github.com/siiway/imgapi')

0 commit comments

Comments
 (0)