v0.15.1
Fix
- Config is no longer erased when it fails to save. Also, the config is saved synchronously now (
df539a3
) - Restart now works correctly when tgpy is not in PYTHONPATH (e.g. in a container) (
16d3830
) - The correct data directory is now used when TGPY_DATA is set to a relative path and restart is called (
f483d6c
)