txlyre há 7 meses atrás
pai
commit
85b312b09e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -355,7 +355,7 @@ if __name__ == "__main__":
         target=pusher, args=(q, args.pool_url, secret, args.cooldown)
     )
 
-    if args.source_type == "video2":
+    if args.source_type == "linuxvideo":
         threading.Thread(target=video2_sampler, args=(q, args.source)).start()
     else:
         threading.Thread(