Skip to content

Commit

Permalink
i dont see any slowness, but sure!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonak-Adipta-Kalita committed Sep 4, 2024
1 parent 37a3cad commit b327484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flomo/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def show_live_panel(self):

def get_input(self):
with self.terminal.cbreak(), self.terminal.hidden_cursor():
return self.terminal.inkey(timeout=0.00001).lower()
return self.terminal.inkey(timeout=1).lower()


def main(tag: str, name: str, session_id: str):
Expand Down

0 comments on commit b327484

Please sign in to comment.