Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit d6caa66

Browse files
committed
Fix typo.
1 parent a56ad26 commit d6caa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MineColab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"r = requests.get(url[server_type])\n",
182182
"\n",
183183
"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",
185185
" f.write(r.content)\n",
186186
"else:\n",
187187
" 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

Comments
 (0)