Guan

Results 2 issues of Guan

# 缘由 问题1: Python3 中 content.text 返回为 str 类型,不需要 deocode。 问题2: ```python content = content.text.decode() watch_themes = json.loads(content.text)['themes'] ``` content 被重新赋值,已经没有 text 属性

I need run many same applications for preventing to terminate service when one application would panic.So, is there safe to different processes log to same file?