Skip to content

Instantly share code, notes, and snippets.

@amirziai
Created September 25, 2022 23:08
Show Gist options
  • Select an option

  • Save amirziai/54d40e5e7c708bbcae671f29320d1b53 to your computer and use it in GitHub Desktop.

Select an option

Save amirziai/54d40e5e7c708bbcae671f29320d1b53 to your computer and use it in GitHub Desktop.

Revisions

  1. amirziai created this gist Sep 25, 2022.
    6 changes: 6 additions & 0 deletions ch_part2_tokens_update_sever_sig.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    def update_server(
    self,
    server_id: ServerId,
    token_count: int,
    ) -> None:
    ...