Skip to content

Commit

Permalink
change rfidevents dotmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Feb 1, 2024
1 parent 77f53b2 commit ae31d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/schema/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@

def rfid_events_b(pattern):
"""RFID events reader"""
return {pattern: reader.Harp(f"{pattern}_32*", ["rfid"])}
return {"RfidEvents": reader.Harp(f"{pattern}_32*", ["rfid"])}

0 comments on commit ae31d96

Please sign in to comment.