Skip to content

Commit

Permalink
Merge pull request #218 from annetutil/fix/asnum_type
Browse files Browse the repository at this point in the history
fix asnum type in indirect peers
  • Loading branch information
Tishka17 authored Jan 30, 2025
2 parents fb7f867 + 8910600 commit 697307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annet/mesh/peer_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class IndirectPeerDTO(MeshSession, _OptionsDTO):


class VirtualLocalDTO(_OptionsDTO):
asnum: int
asnum: Union[int, str]
pod: int
addr: str
description: str
Expand Down

0 comments on commit 697307a

Please sign in to comment.