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
Fixed keeping a lock unneededly while scanning is complete
This change little effect on the application itself, as the
lock.aquire() was never touched again when the detection already took
place. Since Django initializes the application first, this locking
wasn't really needed anymore for web-based applications.
0 commit comments