mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add route to trigger Populate
+ use instance keys to stop multiple instances of populate + move Populate error to a new file + misc
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class PopulateCancelledError(Exception):
|
||||
"""
|
||||
Raised when the instance key of a looping function called
|
||||
inside Populate is changed.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user