Skip to content

Commit

Permalink
Document signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Dec 3, 2024
1 parent d663e45 commit 7b4a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ persisted, to avoid repeating posts.

The state dictionary is serialised to a file called `<bot_name>.state` in the local directory.
This automatically happens when the process is terminated, but you can also trigger this
by calling `self.save_state()`.
by calling `self.save_state()`, or by sending the process a `SIGHUP` signal.

## Bots which use Polybot

Expand Down

0 comments on commit 7b4a1bf

Please sign in to comment.