Skip to content

Commit

Permalink
Add uuid back to /api/0/me
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Sep 10, 2023
1 parent ffc89f7 commit 38d108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adsb_api/utils/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def set_beast_clients(self, client_rows):
clients[(client[0], client[1].split()[1])] = { # deduplicate by hex and ip
# "adsblol_beast_id": self.salty_uuid(client[0], SALT_BEAST),
# "adsblol_beast_hash": self._humanhashy(client[0], SALT_BEAST),
"_hex": client[0],
"uuid": client[0][:13] + "-...",
"adsblol_my_url": my_url,
"ip": client[1].split()[1],
"kbps": client[2],
Expand Down

0 comments on commit 38d108b

Please sign in to comment.