Commit 2b8347fb authored by nanahira's avatar nanahira

fix

parent 47f31f71
...@@ -107,7 +107,7 @@ def get_config(): ...@@ -107,7 +107,7 @@ def get_config():
config_out = { config_out = {
'songs_baseurl': config.SONGS_BASEURL, 'songs_baseurl': config.SONGS_BASEURL,
'assets_baseurl': config.ASSETS_BASEURL, 'assets_baseurl': config.ASSETS_BASEURL,
'multiplayer_baseurl': config.MUTIPLAYER_BASEURL, 'multiplayer_baseurl': config.MULTIPLAYER_BASEURL,
'email': config.EMAIL, 'email': config.EMAIL,
'accounts': config.ACCOUNTS, 'accounts': config.ACCOUNTS,
'custom_js': config.CUSTOM_JS 'custom_js': config.CUSTOM_JS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment