Skip to content

Commit

Permalink
Merge remote-tracking branch 'triangle/master' of .git
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 22, 2018
2 parents 00d58cc + 8cf34d4 commit bcee696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlight/apiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def is_usable():
and not os.getenv("DISABLE_AUTO_UPDATES", None)

class ApiClient(object):
BASE = "https://game.starlight-stage.jp"
BASE = "https://apis.game.starlight-stage.jp"
SHARED_INSTANCE = None

@classmethod
Expand Down

0 comments on commit bcee696

Please sign in to comment.