mirror of https://github.com/coddrago/Heroku
Update loader.py
parent
1c93630122
commit
56a80dc3d9
|
@ -147,8 +147,8 @@ 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.startswith ("from hikka import"):
|
||||
return native_import("from heroku import" + name[17:], *args, **kwargs)
|
||||
elif name.startswith ("from hikka"):
|
||||
return native_import("from heroku" + name[10:], *args, **kwargs)
|
||||
|
||||
return native_import(name, *args, **kwargs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue