Closed meatballs closed 2 years ago
Do we:
Better just to call self.uuid = str(uuid4()) no?
self.uuid = str(uuid4())
That's what I ended up doing. We can live with that, I guess.
Do we: