You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 9_part grab screen multiprocessing/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ def SHOWMSS_screen(q):
50
50
51
51
Right now, we have two different functions, we will use them in parallel processes.
52
52
53
-
If we want to run our code in multiprocessing we must begin our code with '''if __name__=="__main__":''' and we must run python script from command prompt elsewise if we'll run it from python shell, we won't get any prints, which we need here to measure FPS. So our full 3rd code part looks like this:
53
+
If we want to run our code in multiprocessing we must begin our code with ```if __name__=="__main__":``` and we must run python script from command prompt elsewise if we'll run it from python shell, we won't get any prints, which we need here to measure FPS. So our full 3rd code part looks like this:
0 commit comments