Genericize Wisconsin's solution
This commit is contained in:
parent
d4282a6eae
commit
fd3fd0b105
8 changed files with 158 additions and 127 deletions
|
|
@ -10,8 +10,6 @@ with open('states.json') as f:
|
|||
with open("query.graphql") as f:
|
||||
QUERY = f.read()
|
||||
|
||||
data = {}
|
||||
|
||||
for state, baseURL in states.items():
|
||||
PAYLOAD = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue