GalateaEngine / Galatea

Project Galatea lays the foundation for an open-source & open-hardware humanoid robot with an emphasis on assistance and companionship.
13 stars 2 forks source link

Improvements to Async database creation #3

Closed AxelAli closed 6 years ago

AxelAli commented 6 years ago

/src/microservice/modules/emotion

Currently, we save everything in a variable and then using /save we download that file and purge the variable.

Didn't find an easy AsyncIO way to append to a file.

AxelAli commented 6 years ago

Fixed with append().