We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af3b3 commit c6b8bfbCopy full SHA for c6b8bfb
cli/VersionInfoClass.py
@@ -3,7 +3,7 @@
3
import urllib.request
4
5
def request_live():
6
- 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:
7
return json.loads(dl_file.read())
8
9
class VersionInfo:
0 commit comments