Skip to content

Commit

Permalink
Update TrafficImage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinwaluja authored Sep 30, 2024
1 parent 6c2c104 commit 937e269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline/TrafficImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def __init__(self, image=None,processed=False, congestion_rating=None, camera_id
self.longitude = longitude
self.latitude = latitude

#def processed(self, congestion_rating):
# self.processed = True
#self.conestion_rating = congestion_rating
def processed(self, congestion_rating):
self.processed = True
self.conestion_rating = congestion_rating


0 comments on commit 937e269

Please sign in to comment.