Fix an error message
This commit is contained in:
parent
ba65a48ec8
commit
9754d6a811
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def load_extensions():
|
|||
|
||||
state[name] = [True, i]
|
||||
except:
|
||||
logging.error('Failed to load the extension "{name}".')
|
||||
logging.error(f'Failed to load the extension "{name}".')
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue