Skip to content

Commit 074ab81

Browse files
committed
feedback: Update
1 parent d90b535 commit 074ab81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feedback.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def getActorId(userId):
9090
return data[0][0]
9191

9292
#Print header
93-
print('Content-type: application/json')
93+
#print('Content-type: application/json')
9494

9595
# Fetch params
9696
labs = False
@@ -172,5 +172,5 @@ def getActorId(userId):
172172
if 'deletedUploads' in fetch:
173173
response['deletedUploads'] = deletedUploads(actorid)
174174

175-
print()
175+
print('\n')
176176
print(jsonify(response))

0 commit comments

Comments
 (0)