Skip to content

Commit

Permalink
Resolve #2, made it so that agency ID is a string instead of an int, …
Browse files Browse the repository at this point in the history
…which caused errors when the agency ID was a string instead of an integer.
  • Loading branch information
theangrybagel committed Jun 10, 2021
1 parent 5ac6cc2 commit e4d63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def is_allowed(self, item):

class Incident(Prodict):
ID: int
AgencyID: int
AgencyID: str
Latitude: float
Longitude: float
PublicLocaiton: int
Expand Down

0 comments on commit e4d63db

Please sign in to comment.