summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannick <[email protected]>2024-04-26 14:34:24 +0200
committerJannick <[email protected]>2024-04-26 14:34:24 +0200
commite393fe6fb9e80d54e88fbabaf8203f0a3958a596 (patch)
tree26088e077f1c88c2ae9d14ae321e4eae2adf38e9
parent47b2944ec3b5ccebc530749cbd703b93fe1affde (diff)
added a super informative note regarding bottle_sqlite
-rw-r--r--notes/bottle_kinda_sucks.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/notes/bottle_kinda_sucks.md b/notes/bottle_kinda_sucks.md
new file mode 100644
index 0000000..9198de2
--- /dev/null
+++ b/notes/bottle_kinda_sucks.md
@@ -0,0 +1,3 @@
+# 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