mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
The sampler was expecting an app object with db and users attributes, but handler settings don't provide that. Changed to pass handler's self.db and self.find_user directly to the sampler. Also added flush=True to print statements for immediate log output.