bugfix
This commit is contained in:
@@ -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})")
|
||||
|
||||
Reference in New Issue
Block a user