Skip to content

Commit

Permalink
fix #62: oop removed from payloader
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Apr 24, 2015
1 parent 046109a commit cade056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myql/myql.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def payloadBuilder(self, query, format='json'):

payload = {
'q' : query,
'callback' : 'oop', #This is not javascript
'callback' : '', #This is not javascript
'diagnostics' : self.diagnostics,
'format' : format,
'debug': self.debug,
Expand Down

0 comments on commit cade056

Please sign in to comment.