Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgjava committed May 21, 2013
1 parent 16dc4d3 commit 6b95a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer/GStreamerMjpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
All rights reserved.
"""

import socket
import select
import threading
Expand Down Expand Up @@ -67,7 +68,6 @@ def inputLoop(app):
t1 = threading.Thread(target=inputLoop, args=[app])
t1.setDaemon(True)
t1.start()

try:
print "Httpd serve forever"
httpd.serve_forever()
Expand Down

0 comments on commit 6b95a44

Please sign in to comment.