If server is alive but was not alive, update it

This commit is contained in:
spla 2023-01-08 12:36:02 +01:00
pare 60da5d7a88
commit b7a55dc0dc
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions

Veure arxiu

@ -160,7 +160,7 @@ if __name__ == '__main__':
toot_text = f'@{username}, my data for {search_server}:\n\n'
if server == '':
if server == '' or server != '' and not alive:
server, software, version, users, mau, alive = query.getsoft(search_server)