Remove unused variable

This commit is contained in:
Labrys of Knossos 2018-12-31 12:23:01 -05:00
commit a289eef88e
5 changed files with 0 additions and 10 deletions

View file

@ -87,7 +87,6 @@ def auto_fork(section, input_category):
r = []
if r and r.ok:
if apikey:
optional_parameters = []
try:
json_data = r.json()
except ValueError: