txlyre 7 ヶ月 前
コミット
85b312b09e
1 ファイル変更1 行追加1 行削除
  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(