fix .nextrocket trigger

This commit is contained in:
2023-07-17 01:07:44 +00:00
parent c92c8b368f
commit 5cbcb2e6f2
2 changed files with 14 additions and 49 deletions

View File

@ -172,8 +172,8 @@ def getMessage():
def getRocket():
rocket, mission, status, delta = launch.next_launch()
rstring = "%sNext rocket: %s%s %s| %s%s %s| %sStatus: %s %s| %s%s" % (b, y, rocket, b, y, mission, b, y, status, b, y, delta)
rocket, mission, delta = launch.next_launch()
rstring = "%sNext rocket: %s%s %s| %s%s %s| %s%s" % (b, y, rocket, b, y, mission, b, y, delta)
return rstring