Fix typo. #535
This commit is contained in:
parent
903a8bd3f7
commit
6f0fb9a0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -70,4 +70,4 @@ def on_message(client, userdata, message):
|
|||
client.publish(channel, payload)
|
||||
|
||||
# add to rider_cache rider's latest location
|
||||
redis_conn.geoadd('loc_rider_active', rider_log, rider_lat, rider_id)
|
||||
redis_conn.geoadd('loc_rider_active', rider_long, rider_lat, rider_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue