Skip to content

Commit ef8436a

Browse files
author
Steve Baskauf
committed
forgot to uncomment after testing
1 parent 66b966e commit ef8436a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vanderbot/vb6_upload_wikidata.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def attemptPost(apiUrl, parameters):
11721172
parameterDictionary['data'] = json.dumps(dataStructure)
11731173
print(json.dumps(dataStructure, indent = 2))
11741174
#print(parameterDictionary)
1175-
'''
1175+
11761176
# don't try to write if there aren't any data to send
11771177
if parameterDictionary['data'] == '{}':
11781178
print('no data to write')
@@ -1347,4 +1347,3 @@ def attemptPost(apiUrl, parameters):
13471347
print()
13481348

13491349
print('done')
1350-
'''

0 commit comments

Comments
 (0)