We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f24d66 commit cd740e0Copy full SHA for cd740e0
database/db_driver.py
@@ -33,7 +33,6 @@ def fetch_new_data():
33
url = "https://api.atlasacademy.io/export/JP/basic_servant_lang_en.json"
34
r = requests.get(url)
35
json_data = r.json()
36
-
37
return json_data
38
39
0 commit comments