Skip to content

Commit

Permalink
Init self.conn.
Browse files Browse the repository at this point in the history
  • Loading branch information
arndtjonasson committed Sep 6, 2017
1 parent b8a85ba commit 14a98f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions position/traffic-control/tcontrol_car.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def __init__(self):

self.objs = []

self.conn = None

self.x = None
self.y = None
self.ang = None
Expand Down

0 comments on commit 14a98f3

Please sign in to comment.