Unanswered
Hi All, Is There A Clean Way To Check If A Local Trains-Server Is Available? I Want To Set A Condition Weather To Set To Offline Mode Or Not. Thanks
Cool. My mistake was that I forgot ok
is a boolean property, not a method 😄 So you can actually do:is_server_available = requests.get(Session.get_api_server_host() + "/debug.ping").ok
ok
basically does what you did yourself 🙂
169 Views
0
Answers
4 years ago
one year ago