Fix up sync-crls script and add to Dockerfile.

- Fix some python formatting and import issues
- Fix dockerfile to include sync-crls script
- Adjust sync-crls script to use paths and CLI tools available in the
  Docker container
This commit is contained in:
dandds
2019-08-05 15:32:09 -04:00
parent b1cf89051a
commit 44141c002d
4 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import requests
import re
import os
import pendulum
from html.parser import HTMLParser
import requests
MODIFIED_TIME_BUFFER = 15 * 60