Alan_Wong

Results 2 comments of Alan_Wong

> Also running into this after upgrading from python 3.7.6 to 3.8.6 Thanks. I solved this problem by downgrading python to 3.6

> ``` > #config.toml > title = "blabla" > [servers] > [servers.a] > ip = "1.1.1.1" > dc = "abc" > [servers.b] > ip = "2.2.2.2" > dc = "cba"...