mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue pdb=True, refs #1377
This commit is contained in:
parent
b1fd24ac9f
commit
02b19c7a9a
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ def make_app_client(
|
|||
static_mounts=static_mounts,
|
||||
template_dir=template_dir,
|
||||
crossdb=crossdb,
|
||||
pdb=True,
|
||||
)
|
||||
ds.sqlite_functions.append(("sleep", 1, lambda n: time.sleep(float(n))))
|
||||
yield TestClient(ds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue