Drop unused import.

This commit is contained in:
Edward Betts 2020-01-01 14:24:29 +00:00
parent c201535d21
commit 3d3e66fb35

1
app.py
View file

@ -20,7 +20,6 @@ import hashlib
import json
import os
import locale
import random
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
user_agent = 'Mozilla/5.0 (X11; Linux i586; rv:32.0) Gecko/20160101 Firefox/32.0'