Ran black on sources, some minor tweaks
This commit is contained in:
parent
5e18dcc562
commit
05f2264eb1
4 changed files with 14 additions and 19 deletions
|
|
@ -18,6 +18,5 @@ urlpatterns = [
|
|||
# webclient
|
||||
path("webclient/", include("evennia.web.webclient.urls")),
|
||||
# favicon
|
||||
path("favicon.ico", RedirectView.as_view(
|
||||
url="/media/images/favicon.ico", permanent=False))
|
||||
path("favicon.ico", RedirectView.as_view(url="/media/images/favicon.ico", permanent=False)),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue