Skip to content

Commit

Permalink
Update notification.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j16sdiz authored Mar 29, 2017
1 parent 7630cb2 commit bf8228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monocle/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ async def webhook(self, pokemon):
ts = pokemon['seen'] + tth

eid = b64encode(bytes(str(pokemon['encounter_id']), 'UTF-8'))
spid = hex(pokemon['spawn_id']).split('x')[-1] if config.SPAWN_ID_INT else pokemon['spawn_id']
spid = hex(pokemon['spawn_id']).split('x')[-1] if conf.SPAWN_ID_INT else pokemon['spawn_id']
data = {
'type': "pokemon",
'message': {
Expand Down

0 comments on commit bf8228e

Please sign in to comment.