From ae86239f1ac530fec901d8f9ba4c4383bf64fad2 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sat, 20 Apr 2024 09:22:32 +0200 Subject: [PATCH] Cleaned up README.org --- README.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.org b/README.org index 74ab762..14da294 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ #+PROPERTY: header-args :tangle pydiceprob.py * Introduction :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-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 @@ -77,8 +77,6 @@ from fastapi import FastAPI, Header from pydantic import BaseModel #+end_src -#+RESULTS: -: None ** Pretty Print #+begin_src python pp = pp.Printer = pprint.PrettyPrinter(indent=2, compact=True) @@ -97,9 +95,6 @@ def usagequit(): quit() #+end_src ** FastAPI -:LOGBOOK: -CLOCK: [2024-04-20 Sat 09:04]--[2024-04-20 Sat 09:05] => 0:01 -:END: #+begin_src python app = FastAPI()