Bugfix
This commit is contained in:
@@ -636,13 +636,13 @@ if __name__ == "__main__":
|
|||||||
processor.process_rows()
|
processor.process_rows()
|
||||||
elif MODE == "4":
|
elif MODE == "4":
|
||||||
gh = GoogleSheetHandler()
|
gh = GoogleSheetHandler()
|
||||||
start_index = gh.get_start_index(column_index=39) # Wiki-Timestamp (Spalte AN)
|
start_index = gh.get_start_index(39) # Wiki-Timestamp in Spalte AN
|
||||||
debug_print(f"Wiki-Modus: Starte bei Zeile {start_index+1}")
|
debug_print(f"Wiki-Modus: Starte bei Zeile {start_index+1}")
|
||||||
processor = DataProcessor()
|
processor = DataProcessor()
|
||||||
processor.process_rows()
|
processor.process_rows()
|
||||||
elif MODE == "5":
|
elif MODE == "5":
|
||||||
gh = GoogleSheetHandler()
|
gh = GoogleSheetHandler()
|
||||||
start_index = gh.get_start_index(column_index=40) # ChatGPT-Timestamp (Spalte AO)
|
start_index = gh.get_start_index(40) # ChatGPT-Timestamp in Spalte AO
|
||||||
debug_print(f"ChatGPT-Modus: Starte bei Zeile {start_index+1}")
|
debug_print(f"ChatGPT-Modus: Starte bei Zeile {start_index+1}")
|
||||||
processor = DataProcessor()
|
processor = DataProcessor()
|
||||||
processor.process_rows()
|
processor.process_rows()
|
||||||
|
|||||||
Reference in New Issue
Block a user