diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 19:09:09 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 19:09:09 +0100 |
| commit | f6f93fcbd69dba6b1dbe438e5cc92520f3ba3eee (patch) | |
| tree | ebcf7a163a410ebfc53dcf3e77800e52c2c7060d /scrape-codex.py | |
| parent | b10e9f2d371f03b0f3ff253ae25d1821d16eda57 (diff) | |
fetch xml
Diffstat (limited to 'scrape-codex.py')
| -rw-r--r-- | scrape-codex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scrape-codex.py b/scrape-codex.py index ee154f3..5bfc77e 100644 --- a/scrape-codex.py +++ b/scrape-codex.py @@ -1,6 +1,7 @@ #!python from multiprocessing import Pool +from math import floor import os import requests import time |
