Skip to content

Commit

Permalink
Update VersionInfoClass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMoose committed Sep 26, 2023
1 parent e0af3b3 commit c6b8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/VersionInfoClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import urllib.request

def request_live():
with urllib.request.urlopen('https://clientsettings.roblox.com/v2/client-version/WindowsStudio') as dl_file:
with urllib.request.urlopen('https://clientsettings.roblox.com/v2/client-version/WindowsStudio64') as dl_file:
return json.loads(dl_file.read())

class VersionInfo:
Expand Down

0 comments on commit c6b8bfb

Please sign in to comment.