mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Run black on sources
This commit is contained in:
parent
16874645e7
commit
a3c34f5f39
16 changed files with 58 additions and 60 deletions
2
.github/workflows/mysql_settings.py
vendored
2
.github/workflows/mysql_settings.py
vendored
|
|
@ -54,7 +54,7 @@ DATABASES = {
|
|||
"NAME": "evennia",
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
'init_command': 'set collation_connection=utf8mb4_unicode_ci'
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue