Skip to content

Commit

Permalink
Re-fix wavu api
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetKrishnan committed Feb 18, 2024
1 parent 18c7eaa commit b18bc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame_service/wavu/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from framedb.character import Move
from framedb.const import CharacterName

WAVU_API_URL = "lolcathttps://wavu.wiki/w/api.php"
WAVU_API_URL = "https://wavu.wiki/w/api.php"

"""Available fields for the Move table in the Wavu DB"""
FIELDS = [
Expand Down

0 comments on commit b18bc50

Please sign in to comment.