aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/valentines/movie_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/movie_generator.py b/bot/seasons/valentines/movie_generator.py
index ef2cf296..851c35ff 100644
--- a/bot/seasons/valentines/movie_generator.py
+++ b/bot/seasons/valentines/movie_generator.py
@@ -38,7 +38,7 @@ class RomanceMovieFinder:
# the api request url
request_url = "https://api.themoviedb.org/3/discover/movie?" + parse.urlencode(params)
async with self.bot.http_session.get(request_url) as resp:
- # trying to load the json file returned from the api
+ # trying to load the json file returned from the api
try:
data = await resp.json()
# selecting random result from results object in the json file