Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
neph1 committed Oct 20, 2024
1 parent 2ba5879 commit 56d9a28
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 751 deletions.
2 changes: 1 addition & 1 deletion tale/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def _server_tick(self) -> None:
events, idle_time, subbers = topicinfo[topicname]
if events == 0 and not subbers and idle_time > 30:
pubsub.topic(topicname).destroy()
progress = self.story.increase_progress(0.01)
progress = self.story.increase_progress(0.0001)
if progress:
self.llm_util.advance_story_section(self.story)

Expand Down
189 changes: 0 additions & 189 deletions tale/tio/console_http_io.py

This file was deleted.

Loading

0 comments on commit 56d9a28

Please sign in to comment.