You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: MineColab.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@
181
181
"r = requests.get(url[server_type])\n",
182
182
"\n",
183
183
"if r.status_code is 200:\n",
184
-
" with open('/content/drive/My Drive/Minecraft-server/' jar_name[server_type], 'wb') as f:\n",
184
+
" with open('/content/drive/My Drive/Minecraft-server/' + jar_name[server_type], 'wb') as f:\n",
185
185
" f.write(r.content)\n",
186
186
"else:\n",
187
187
" print('Error '+ str(r.status_code) + '! Most likely you entered a unsupported version. Try running the code again if you think that shouldn\\'t have happened.')\n",
0 commit comments