я заебался

pull/144/head
Who? 2025-05-12 22:12:58 +07:00 committed by GitHub
parent 8438ffdd6d
commit 990eec5120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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