bottle-sqlite icon indicating copy to clipboard operation
bottle-sqlite copied to clipboard

Changed the call to inspect.getargspec() to call inspect.signature() …

Open TarisMarh opened this issue 1 year ago • 1 comments

…because the getargspec() function was removed from the inspect module.

Without this, the library does not work with Python 3.11.

TarisMarh avatar Jun 10 '23 19:06 TarisMarh

This pr would also fix #21 that gives this error: TypeError: secret() missing 1 required positional argument: 'db'

telos-matter avatar Sep 12 '24 09:09 telos-matter