| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f8586cd commit 32a14b7
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,7 +123,7 @@ State files can be written using YAML, the Jinja2 template system or pure python | |||
| 123 | 123 | ||
| 124 | 124 | Psutil | |
| 125 | 125 | ------ | |
| 126 | - `Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes). | ||
| 126 | + `Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes). | ||
| 127 | 127 | ||
| 128 | 128 | Here is an example to be aware of some server overload. In case of some failed test (net, CPU) it send an email. | |
| 129 | 129 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -319,7 +319,7 @@ to use. | |||
| 319 | 319 | import tornado.ioloop | |
| 320 | 320 | import tornado.web | |
| 321 | 321 | ||
| 322 | - # Load tamplate file templates/site.html | ||
| 322 | + # Load template file templates/site.html | ||
| 323 | 323 | TEMPLATE_FILE = "site.html" | |
| 324 | 324 | templateLoader = FileSystemLoader( searchpath="templates/" ) | |
| 325 | 325 | templateEnv = Environment( loader=templateLoader ) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments