Re: WHY it compains about the missing argument is WHAT i don't understand

2019-10-08 Thread dieter
x27; This error indicates that `listall` is called by the `bottle` function wrapper without positional argument. > listall() is `/` route's callback function and i never inside my script i > call listall( pymydb ). > Why it compains about the missing argument is WHAT i don't

WHY it compains about the missing argument is WHAT i don't understand

2019-10-08 Thread Νίκος Βέργος
required positional argument: 'pymydb' listall() is `/` route's callback function and i never inside my script i call listall( pymydb ). Why it compains about the missing argument is WHAT i don't understand. -- https://mail.python.org/mailman/listinfo/python-list