Skip to content

Commit 3a7a68c

Browse files
Update README.md
1 parent a7bf95c commit 3a7a68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎9_part grab screen multiprocessing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def SHOWMSS_screen(q):
5050

5151
Right now, we have two different functions, we will use them in parallel processes.
5252

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:
5454
```
5555
if __name__=="__main__":
5656
# Queue

0 commit comments

Comments
 (0)