Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Sep 12, 2023
1 parent cf11eb8 commit 25b9fba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/example_fastapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
logger.debug("import fastapi")
from fastapi import FastAPI
from fastapi.responses import PlainTextResponse
from utilitybelt import dev_urandom_entropy

from pathlib import Path
logger.debug("%s", str([f for f in Path("/opt/packages").glob('**/*') if f.is_file()]))

# from utilitybelt import dev_urandom_entropy
logger.debug("imports done")

http_app = FastAPI()
Expand Down

0 comments on commit 25b9fba

Please sign in to comment.