Skip to content

Commit 781ebe6

Browse files
committed
Fix scheduling/job_sequencing_with_deadline.py
1 parent 03b747f commit 781ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web_programming/nasa_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55

6-
def get_apod_data(api_key: str, download: bool = False, path: str = ".") -> dict:
6+
def get_apod_data(api_key: str) -> dict:
77
"""
88
Get the APOD(Astronomical Picture of the day) data
99
Get your API Key from: https://api.nasa.gov/

0 commit comments

Comments
 (0)