response = requests.post("http://api.bf3stats.com/pc/player/", data = player, opt)
After running this line in the python IDLE to test things i encounter the syntax error: non-keyword arg after keyword arg.
Don't know whats going here.
player
and opt
are variables that contain a one word string.