If server is alive but was not alive, update it
This commit is contained in:
pare
60da5d7a88
commit
b7a55dc0dc
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència