mirror of https://github.com/coddrago/Heroku
ya ebal etot sed -i
parent
fbb7984999
commit
0a1aade452
|
@ -928,7 +928,7 @@ def get_named_platform() -> str:
|
|||
if main.IS_AEZA:
|
||||
return "🛡 Aeza"
|
||||
|
||||
if main.IS_HEROKUHOST:
|
||||
if main.IS_HIKKAHOST:
|
||||
return "🌼 HikkaHost"
|
||||
|
||||
if main.IS_DOCKER:
|
||||
|
|
|
@ -253,7 +253,7 @@ class Web:
|
|||
if "JAMHOST" in os.environ:
|
||||
return web.Response(status=403, body="Forbidden by JamHost EULA")
|
||||
|
||||
if "HEROKUHOST" in os.environ:
|
||||
if "HIKKAHOST" in os.environ:
|
||||
return web.Response(status=403, body="Forbidden by HerokuHost EULA")
|
||||
|
||||
if not self._check_session(request):
|
||||
|
@ -334,7 +334,7 @@ class Web:
|
|||
if "JAMHOST" in os.environ:
|
||||
return web.Response(status=403, body="Forbidden by JamHost EULA")
|
||||
|
||||
if "HEROKUHOST" in os.environ:
|
||||
if "HIKKAHOST" in os.environ:
|
||||
return web.Response(status=403, body="Forbidden by HerokuHost EULA")
|
||||
|
||||
if self._pending_client:
|
||||
|
|
Loading…
Reference in New Issue