Skip to content

Commit

Permalink
fix syntax error on line 155
Browse files Browse the repository at this point in the history
  • Loading branch information
bwookieeeee committed Sep 6, 2018
1 parent a4a4193 commit 9aad78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,5 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

.vscode/
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def onHandleAppServerReconnect(*args):
print
identifyRobotID()

def onHandleAppServerDisconnect(*args)
def onHandleAppServerDisconnect(*args):
print
print "app server socket.io disconnect"
print
Expand Down

0 comments on commit 9aad78b

Please sign in to comment.