Skip to content

Commit

Permalink
Only set string values as HTTP headers
Browse files Browse the repository at this point in the history
Refs #75
  • Loading branch information
dbrgn committed Sep 2, 2016
1 parent b4e5a3d commit 5736d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orochi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
# Don't misuse this key. Don't use it for anything other than Orochi.
# Otherwise you'll break Orochi for all its users.
'X-Api-Key': 'da88fbe6cfd1996c0b6391372a8c7f3eb2dbc5be',
'X-Api-Version': 2,
'X-Api-Version': '2',
'Accept': 'application/json',
})
self.play_token = None
Expand Down

0 comments on commit 5736d54

Please sign in to comment.