fix non-deactivating error

This commit is contained in:
Aron Petau 2026-01-01 22:14:55 +01:00
parent df33dcd00c
commit c45c6992ae
8 changed files with 18 additions and 13 deletions

View file

@ -272,7 +272,7 @@ flowchart TD
SelectHandler --> OpenPage[Open Listing Page]
OpenPage --> Check404{404 or Deactivated?}
Check404 -- Yes --> MarkPermanent[Mark permanent_fail]
Check404 -- Yes --> MarkPermanent[Mark deactivated]
MarkPermanent --> SaveFail[Save to applications.json]
SaveFail --> NotifyFail[Notify: Application Failed]