Correzione chiamata alla classe di build.
This commit is contained in:
parent
6aa0b34216
commit
564a933f65
|
@ -23,7 +23,7 @@ def build(arch, language, offline, portable, updatable, download, storage, check
|
|||
arches = [ arch.lower() ]
|
||||
|
||||
for arch in arches:
|
||||
obj = loaih.build(query, arch)
|
||||
obj = loaih.Build(query, arch)
|
||||
|
||||
obj.language = language
|
||||
obj.offline_help = offlinehelp
|
||||
|
|
Loading…
Reference in New Issue