Datasets:
Update divemt.py
Browse files
divemt.py
CHANGED
|
@@ -20,7 +20,7 @@ _HOMEPAGE = "https://github.com/gsarti/divemt"
|
|
| 20 |
|
| 21 |
_LICENSE = "GNU General Public License v3.0"
|
| 22 |
|
| 23 |
-
_ROOT_PATH = "https://
|
| 24 |
|
| 25 |
_PATHS = {
|
| 26 |
"main": os.path.join(_ROOT_PATH, "main.tsv"),
|
|
|
|
| 20 |
|
| 21 |
_LICENSE = "GNU General Public License v3.0"
|
| 22 |
|
| 23 |
+
_ROOT_PATH = "https://raw.githubusercontent.com/gsarti/divemt/main/data/"
|
| 24 |
|
| 25 |
_PATHS = {
|
| 26 |
"main": os.path.join(_ROOT_PATH, "main.tsv"),
|