Falko Schindler 1 år sedan
förälder
incheckning
29c708bed0
1 ändrade filer med 5 tillägg och 4 borttagningar
  1. 5 4
      website/documentation/sections/configuration_deployment.py

+ 5 - 4
website/documentation/sections/configuration_deployment.py

@@ -237,13 +237,14 @@ def content() -> None:
     ui.markdown('''
     ui.markdown('''
         **Common pitfalls on Mac M1**
         **Common pitfalls on Mac M1**
         
         
-        - If new processes are spawned in an endless loop, try adding the following lines at the beginning of your execution code:
-        ```python
+        - If new processes are spawned in an endless loop, try adding the following lines at the beginning of your code:
+
+            ```python
             from multiprocessing import freeze_support
             from multiprocessing import freeze_support
             freeze_support()
             freeze_support()
-        ```
+            ```
         
         
-        - If processes are left behind after closing the app, try packaging the app without the --windowed argument.
+        - If processes are left behind after closing the app, try packaging the app without the `--windowed` argument.
     ''')
     ''')
 
 
     subheading('NiceGUI On Air')
     subheading('NiceGUI On Air')