Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Oct 9, 2017
1 parent 7bacdfb commit aeaee87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/game_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ async def game_loop(self):
elif mod_time > latest and not SCRIPT_OR_RECORD.match(file):
latest = mod_time

last = await self.process.stdout.read()

await self.parse_output(last)

self.playing = False
end_msg = "```diff\n-The game has ended.\n"
end_kwargs = {}
Expand Down

0 comments on commit aeaee87

Please sign in to comment.