bugfix
This commit is contained in:
@@ -8,8 +8,8 @@ from googleapiclient.discovery import build
|
|||||||
from googleapiclient.errors import HttpError
|
from googleapiclient.errors import HttpError
|
||||||
|
|
||||||
# Importiere die neue Bibliothek
|
# Importiere die neue Bibliothek
|
||||||
from gdoctableapppy import DocsTableApp # Hauptklasse
|
from gdoctableapppy.docs_table_app import DocsTableApp
|
||||||
from gdoctableapppy import Utility # Für endOfSegmentLocation, falls benötigt
|
from gdoctableapppy.utility import Utility
|
||||||
|
|
||||||
# --- Konfiguration ---
|
# --- Konfiguration ---
|
||||||
CSV_FILENAME = 'Namensliste.csv'
|
CSV_FILENAME = 'Namensliste.csv'
|
||||||
|
|||||||
Reference in New Issue
Block a user