Commit 140cee1b authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Delay for sender in video_demo removed.

parent f6ab52a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ def main():

    if args.side == "sender":
        arguments = "{} {} {} {}".format(host, arguments, f, iface)
        sleep_time += 5

    cmd = "{} {}".format(script, arguments)