Commit a2d4779e authored by Valerie COGNAT's avatar Valerie COGNAT

faute de frappe corrigée

parent 1c49acb7
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
"import urllib.request\n", "import urllib.request\n",
"import os\n", "import os\n",
"data_file = \"incidence-PAY-3.csv\"\n", "data_file = \"incidence-PAY-3.csv\"\n",
"if bot os.path.isfile(data_file):\n", "if not os.path.isfile(data_file):\n",
" urllib.request.urlretrieve(data_url, data_file)" " urllib.request.urlretrieve(data_url, data_file)"
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment