Skip to content

Commit a5055ab

Browse files
authored
added v2 to oauth path to fix esi login (#39)
This simple fix allows short circuit to use the eve esi connection again, which is failing in the current version
1 parent 97c3c2d commit a5055ab

File tree

1 file changed

+1
-1
lines changed
  • src/shortcircuit/model/esi

1 file changed

+1
-1
lines changed

src/shortcircuit/model/esi/esi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ESI:
2626
ENDPOINT_ESI_UNIVERSE_NAMES = 'https://esi.evetech.net/latest/universe/names/'
2727
ENDPOINT_ESI_UI_WAYPOINT = 'https://esi.evetech.net/latest/ui/autopilot/waypoint/'
2828

29-
ENDPOINT_EVE_AUTH_FORMAT = 'https://login.eveonline.com/oauth/authorize' \
29+
ENDPOINT_EVE_AUTH_FORMAT = 'https://login.eveonline.com/v2/oauth/authorize' \
3030
'?response_type=token&redirect_uri={}&client_id={}&scope={}&state={}'
3131
CLIENT_CALLBACK = 'http://127.0.0.1:7444/callback/'
3232
CLIENT_ID = 'd802bba44b7c4f6cbfa2944b0e5ea83f'

0 commit comments

Comments
 (0)