We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6421b6 commit cc03f08Copy full SHA for cc03f08
FlightDealsStart/data_manager.py
@@ -19,5 +19,5 @@ def get_flights_from_google_sheet(self) -> dict:
19
print(f"Error in request: {err}")
20
21
22
-test = DataManager(api_key="dGVzdFJ1YmVuOlBhc3N3MHJk")
+test = DataManager(api_key="")
23
print(test.get_flights_from_google_sheet())
0 commit comments