You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Registered Successfully
But
When Login and Logout
following error is received
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.8/tkinter/init.py", line 1892, in call
return self.func(*args)
File "main.py", line 61, in login
label = test(
TypeError: 'module' object is not callable
The text was updated successfully, but these errors were encountered:
User Registered Successfully
But
When Login and Logout
following error is received
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.8/tkinter/init.py", line 1892, in call
return self.func(*args)
File "main.py", line 61, in login
label = test(
TypeError: 'module' object is not callable
The text was updated successfully, but these errors were encountered: