Skip to content
Snippets Groups Projects
Commit ff5d46bf authored by Georges Gressot's avatar Georges Gressot :speech_balloon:
Browse files

dfjd

parent f71297d5
Branches
No related merge requests found
......@@ -9,7 +9,7 @@
"source": [
"import datetime\n",
"x = datetime.datetime.now()\n",
"end_year = str(x.year)\n",
"end_year = str(x.year -1)\n",
"\n",
"code = \"Enter your HAL lab code and submit : \" # Assign a value to the variable 'code'\n",
"\n",
......@@ -20,7 +20,6 @@
"+ \"TO%20\" + end_year + \"-12-31T00:00:00Z]&fq=doiId_s:[%22%22%20TO%20*]&fl=doiId_s\"\n",
"\n",
"print(\"Cliquez sur le lien suivant pour obtenir votre extraction : {}\".format(url))\n",
"exit()"
]
}
],
......
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