Skip to content

Commit

Permalink
Fix rebase import mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula-Kli committed Feb 9, 2022
1 parent 54282e1 commit 093cf3d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions bridge/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import time

from bridge.data.data import DataSet
from bridge.handler.message_handler import SocketHandler, createActuatorNewValueMessage
from bridge.handler.message_handler import SocketHandler
from bridge.handler.message_management import createActuatorNewValueMessage

""" to see why I used requests and not urllib.request:
https://stackoverflow.com/questions/2018026/what-are-the-differences-between-the-urllib
Expand Down Expand Up @@ -232,13 +233,6 @@ def queryForNewActuatorValues(self):


if __name__ == '__main__':
<<<<<<< HEAD
br = Bridge()
br.loop()
=======
hand = SocketHandler(None, 8080, "localhost")
SocketHandler.loop()
<<<<<<< HEAD
>>>>>>> 5a8c296 (Added few line of code to run the bridge without having the cloud up and running)
=======
>>>>>>> 9058181 (Added more mods to the bridge to work serverless)

0 comments on commit 093cf3d

Please sign in to comment.