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
{{ message }}
This repository was archived by the owner on May 1, 2026. It is now read-only.
I have been following this tutorial to make my side project and it has been very helpful. But the code if not self.win: in the "Open with" and single instancing section gave me an error AttributeError: 'App' object has no attribute 'win'.. My understanding is i should use hasattr() instead?
I have been following this tutorial to make my side project and it has been very helpful. But the code
if not self.win:in the "Open with" and single instancing section gave me an errorAttributeError: 'App' object has no attribute 'win'.. My understanding is i should usehasattr()instead?