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

Commit 8e2346a

Browse files
committed
typo fix
1 parent 57c97b7 commit 8e2346a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MineColab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"if os.path.isfile(\"colabconfig.json\"):\n",
8181
" colabconfig = json.load(open(\"colabconfig.json\"))\n",
8282
"else:\n",
83-
" colabconfig = {\"server_type\": generic} # using default, if config doesn't exists.\n",
83+
" colabconfig = {\"server_type\": \"generic\"} # using default, if config doesn't exists.\n",
8484
" json.dump(colabconfig, open(\"colabconfig.json\",'w'))\n",
8585
"\n",
8686
"# Server jar names.\n",
@@ -303,4 +303,4 @@
303303
"outputs": []
304304
}
305305
]
306-
}
306+
}

0 commit comments

Comments
 (0)