Skip to content

Commit cc03f08

Browse files
committed
remove strings
1 parent f6421b6 commit cc03f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlightDealsStart/data_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ def get_flights_from_google_sheet(self) -> dict:
1919
print(f"Error in request: {err}")
2020

2121

22-
test = DataManager(api_key="dGVzdFJ1YmVuOlBhc3N3MHJk")
22+
test = DataManager(api_key="")
2323
print(test.get_flights_from_google_sheet())

0 commit comments

Comments
 (0)