Handling missing settings.CORP_ID in alliance mode, and api-scope error in corporation mode. Also fixing visual on the corputilsearchview.

This commit is contained in:
Ydmir
2016-01-31 11:29:54 +01:00
parent 185805ecc1
commit 9041f0e7c7
6 changed files with 41 additions and 19 deletions

View File

@@ -449,7 +449,7 @@ LOGGING = {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
'corputil': {
'corputils': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},