Skip to content

Commit

Permalink
Change startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
tspivey committed May 2, 2017
1 parent 8e8aecc commit 5103f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdsr
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def main():
resize_terminal(fd)
signal_pipe = os.pipe()
signal.signal(signal.SIGWINCH, handle_sigwinch)
say("TDSR active")
say("tdsr, presented by Lighthouse of San Francisco")
while True:
r, w, e = select.select([sys.stdin, fd, signal_pipe[0]], [], [], time_until_next_delayed())
if signal_pipe[0] in r:
Expand Down

0 comments on commit 5103f1c

Please sign in to comment.