Fixed wrong var name

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-06-19 00:57:16 +02:00
parent df47729b1a
commit 112bfc9db9

View file

@ -217,7 +217,7 @@ while running:
try:
package.wait()
run("mv " + output + "/" + area + ".txz " + output + "/" + part + "/" + area_major + "/", shell=True)
update_index(output, area, name_major)
update_index(output, area, area_major)
api_send_status(name, "packaged", api, api_token)
except KeyboardInterrupt:
# TODO doesn't work