proeb....

pull/165/head
ZetGo | Aleksej K. 2025-08-11 18:47:11 +03:00 committed by GitHub
parent 838ad7ec9c
commit e1cb113d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ def patched_import(name: str, *args, **kwargs):
return native_import("herokutl" + name[8:], *args, **kwargs)
elif name.startswith("hikkatl"):
return native_import("herokutl" + name[7:], *args, **kwargs)
elif name.startwith("hikkalls"):
elif name.startswith("hikkalls"):
return native_import(name, *args, **kwargs)
elif name.startswith("hikka"):
return native_import("heroku" + name[5:], *args, **kwargs)