fix offline test

This commit is contained in:
2022-07-23 23:09:51 +02:00
parent 907c2faea4
commit 4e82aed651

View File

@ -22,7 +22,7 @@ def offline():
except IOError:
return True
else:
return True
return False
def select_server() -> Optional[ServerConfig]: