summaryrefslogtreecommitdiff
path: root/notes/bottle_kinda_sucks.md
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-05-02 17:23:58 +0200
committerLinnnus <[email protected]>2024-05-02 17:23:58 +0200
commitccf1392ade6855f3d34d0d8bf89f49593da8ae56 (patch)
treeeeee34860a83f1860fb4d5363fc6ec837bb846d5 /notes/bottle_kinda_sucks.md
parent55bde8e73d05138a2cda3746dc4f6574973c774c (diff)
Make bottle_sqlite note more PCHEADmain
Diffstat (limited to 'notes/bottle_kinda_sucks.md')
-rw-r--r--notes/bottle_kinda_sucks.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/notes/bottle_kinda_sucks.md b/notes/bottle_kinda_sucks.md
deleted file mode 100644
index 9198de2..0000000
--- a/notes/bottle_kinda_sucks.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Bottle sqlite sucks ass
-It's outdated as fuck. In line 114 of "bottle_sqlite.py" a deprecated function is being used (this shit isnt updated)
-getargspec() is deprecated, swap with getfullargspec() and it works