summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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