add missing time import

This commit is contained in:
Frédéric Péters 2019-03-07 10:39:34 +01:00
parent 6f94d38764
commit 3a56283edf
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import datetime
import hashlib
import logging
import os
import time
import requests