analu-gomes / python_espm

humor
2 stars 0 forks source link

Shouldn't it be cursor.fetchall()? #1

Closed metehus closed 3 years ago

metehus commented 3 years ago

According to the documentation, Cursor.fetchall is a function, so I think the following line should be result = cursor.fetchall()

https://github.com/analu-gomes/python_espm/blob/cbdf37f2cfb288d2a45f400dee1ed269ca4068f1/student-n-studentid.py#L86

analu-gomes commented 3 years ago

thanks, metehus! it was one of the problems