bottle-sqlite
bottle-sqlite copied to clipboard
Changed the call to inspect.getargspec() to call inspect.signature() …
…because the getargspec() function was removed from the inspect module.
Without this, the library does not work with Python 3.11.
This pr would also fix #21 that gives this error:
TypeError: secret() missing 1 required positional argument: 'db'