Cleaned up README.org

This commit is contained in:
Phil Bajsicki 2024-04-20 09:22:32 +02:00
parent 32d1d2b507
commit ae86239f1a

View file

@ -6,7 +6,7 @@
#+PROPERTY: header-args :tangle pydiceprob.py #+PROPERTY: header-args :tangle pydiceprob.py
* Introduction * Introduction
:LOGBOOK: :LOGBOOK:
CLOCK: [2024-04-20 Sat 09:05] CLOCK: [2024-04-20 Sat 09:05]--[2024-04-20 Sat 09:22] => 0:17
CLOCK: [2024-04-20 Sat 07:57]--[2024-04-20 Sat 09:04] => 1:07 CLOCK: [2024-04-20 Sat 07:57]--[2024-04-20 Sat 09:04] => 1:07
CLOCK: [2024-04-19 Fri 10:33]--[2024-04-19 Fri 12:50] => 2:17 CLOCK: [2024-04-19 Fri 10:33]--[2024-04-19 Fri 12:50] => 2:17
CLOCK: [2024-04-17 Wed 13:40]--[2024-04-17 Wed 14:14] => 0:34 CLOCK: [2024-04-17 Wed 13:40]--[2024-04-17 Wed 14:14] => 0:34
@ -77,8 +77,6 @@ from fastapi import FastAPI, Header
from pydantic import BaseModel from pydantic import BaseModel
#+end_src #+end_src
#+RESULTS:
: None
** Pretty Print ** Pretty Print
#+begin_src python #+begin_src python
pp = pp.Printer = pprint.PrettyPrinter(indent=2, compact=True) pp = pp.Printer = pprint.PrettyPrinter(indent=2, compact=True)
@ -97,9 +95,6 @@ def usagequit():
quit() quit()
#+end_src #+end_src
** FastAPI ** FastAPI
:LOGBOOK:
CLOCK: [2024-04-20 Sat 09:04]--[2024-04-20 Sat 09:05] => 0:01
:END:
#+begin_src python #+begin_src python
app = FastAPI() app = FastAPI()