oh yeah maybe i should change the url

This commit is contained in:
whut 2022-06-07 16:04:44 -05:00
parent 874753d4b1
commit 7f337c0bec

View File

@ -175,6 +175,6 @@ if Type==None:
if Type not in TypeFuncs:
Error(Type+":","unknown chip type")
print("// Exported by hootvopm : https://gitlab.com/whutt/hootvopm")
print("// Exported by hootvopm : https://git.lain.church/whut/hootvopm")
print("// Chip type:",Type)
TypeFuncs[Type.lower()](Data)