Re: missing 1 required positional argument error

2019-02-26 Thread Terry Reedy
On 2/26/2019 10:10 AM, vergos.niko...@gmail.com wrote: I'm receiving the following error: Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/bottle.py", line 862, in _handle return route.call(**args) File "/usr/lib64/python3.6/site-packages/bottle.py", line 17

Re: missing 1 required positional argument error

2019-02-26 Thread vergos . nikolas
Τη Τρίτη, 26 Φεβρουαρίου 2019 - 5:21:14 μ.μ. UTC+2, ο χρήστης Calvin Spealman έγραψε: > you call it by visiting the route you've mapped to it, so when you run this > app and navigate to the root / URL it gets called. What do you expect this > parameter to be and where did you expect it to come fro

Re: missing 1 required positional argument error

2019-02-26 Thread vergos . nikolas
Τη Τρίτη, 26 Φεβρουαρίου 2019 - 5:21:14 μ.μ. UTC+2, ο χρήστης Calvin Spealman έγραψε: > you call it by visiting the route you've mapped to it, so when you run this > app and navigate to the root / URL it gets called. What do you expect this > parameter to be and where did you expect it to come fro

Re: missing 1 required positional argument error

2019-02-26 Thread Calvin Spealman
you call it by visiting the route you've mapped to it, so when you run this app and navigate to the root / URL it gets called. What do you expect this parameter to be and where did you expect it to come from when you wrote the listall() function? On Tue, Feb 26, 2019 at 10:15 AM wrote: > I'm rec

missing 1 required positional argument error

2019-02-26 Thread vergos . nikolas
I'm receiving the following error: Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/bottle.py", line 862, in _handle return route.call(**args) File "/usr/lib64/python3.6/site-packages/bottle.py", line 1740, in wrapper rv = callback(*a, **ka) File "/usr/lib6