Closed Tian99 closed 5 years ago
checkin button crash fixed, new issue arose that "sqlalchemy.exc.NoSuchTableError: visit_checkin_view" After accepting checkin", under the condition that such table exists in the database
which table will it add to? because the old values doesn't correspond with the new one. Once figured out, simply change line 236 In CheckinVisit.py
old values include: vid, ids, studys, vsocre, ra, note, tasks
Or simply delete that line to make it work
fixed.
File "schedule.py", line 1070, in checkin_button_pushed self.checkin_what_data) TypeError: unsupported operand type(s) for &: 'str' and 'dict'