We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92345b commit 32682f8Copy full SHA for 32682f8
loklak.py
@@ -84,7 +84,7 @@ def csvToJson(self, csvData = None, fieldnamesList = None):
84
if csvData:
85
data = csv.DictReader( csvData, fieldnames = fieldnamesList)
86
jsonData = json.dumps( [ row for row in data ] )
87
- return out
+ return jsonData
88
89
def hello(self):
90
"""Retrieve a json response about the basic status of the server."""
0 commit comments