aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--most-valuable-materia.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/most-valuable-materia.ipynb b/most-valuable-materia.ipynb
index 16742b8..e42b10e 100644
--- a/most-valuable-materia.ipynb
+++ b/most-valuable-materia.ipynb
@@ -78,7 +78,7 @@
"if len(target_materia) > 100:\n",
" raise ValueError(\"Can't load market data for more than 100 items at a time\")\n",
"\n",
- "universalis_url = f'https://universalis.app/api/v2/{world}/{\",\".join(str(x) for x in all_ids)}?listings=0&entries=0'\n",
+ "universalis_url = f'https://universalis.app/api/v2/{world}/{\",\".join(str(x) for x in all_ids)}?listings=0&entries=0&noGst=1'\n",
"\n",
"response = requests.get(universalis_url)\n",
"\n",