This commit is contained in:
2025-04-04 16:27:48 +00:00
parent 630aa8963f
commit d3ce1f39f5

View File

@@ -674,9 +674,9 @@ if __name__ == "__main__":
for row_num in row_indices:
main_sheet.update(values=[[str(token_count)]], range_name=f"AQ{row_num}")
debug_print(f"Batch-Token-Zählung abgeschlossen. Token: {token_count}")
elif MODE == "51":
gh = GoogleSheetHandler()
start_index = gh.get_start_index(column_index=40) # Spalte AO prüfen
debug_print(f"Verifizierungsmodus: Starte bei Zeile {start_index+1}")
process_verification_only()
elif MODE == "51":
gh = GoogleSheetHandler()
start_index = gh.get_start_index(column_index=40) # Spalte AO prüfen
debug_print(f"Verifizierungsmodus: Starte bei Zeile {start_index+1}")
process_verification_only()
print(f"\n✅ Auswertung abgeschlossen ({Config.VERSION})")