This commit is contained in:
nuknal
2024-10-11 11:25:16 +08:00
parent 839a8648f5
commit 2b8d4f933d
3 changed files with 5 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ var extractCmd = &cobra.Command{
log.Println("satellite:", params.Satellite)
e := extract.NewExtractor(params)
defer e.Cleanup()
aos, err := e.ExtractAosData()
if err != nil {
panic(err)
@@ -55,8 +56,6 @@ var extractCmd = &cobra.Command{
panic(err)
}
e.Cleanup()
return
}