Skip to content

Commit

Permalink
missed important part
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramisdev committed Aug 20, 2024
1 parent 84530b0 commit db29f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/core/methods/functions/syncpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def animeQuote(
app.quote()
"""

anime_quote_url = "https://gist.github.com/vikramisdev/7a53a8eaac465ad065d2fd90faef55cc"
anime_quote_url = "https://gist.githubusercontent.com/vikramisdev/7a53a8eaac465ad065d2fd90faef55cc/raw/anime_quotes.json"
msg = ""

r = list(requests.get(anime_quote_url, timeout=5).json())
Expand Down

0 comments on commit db29f88

Please sign in to comment.