Skip to content

Commit

Permalink
forgot to uncomment after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Baskauf committed Sep 10, 2020
1 parent 66b966e commit ef8436a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vanderbot/vb6_upload_wikidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ def attemptPost(apiUrl, parameters):
parameterDictionary['data'] = json.dumps(dataStructure)
print(json.dumps(dataStructure, indent = 2))
#print(parameterDictionary)
'''

# don't try to write if there aren't any data to send
if parameterDictionary['data'] == '{}':
print('no data to write')
Expand Down Expand Up @@ -1347,4 +1347,3 @@ def attemptPost(apiUrl, parameters):
print()

print('done')
'''

0 comments on commit ef8436a

Please sign in to comment.