panyanyany/beeprint

Seems there is redundant print

Closed this issue · 4 comments

print("default")

Is it here for debug reason?

    if tuple_xy is None:
        print("default")
        tuple_xy = (80, 25)      # default value
return tuple_xy

sorry, It's a mistake.
The function is copied from others and my tests didn't found that output.

by the way, how could you trigger this print ?

@panyanyany I have python on my virtual centos6 machine. So seems it cant get info about terminal size int that system and we are here (default condition branch with tuple(80, 25).

New release is available. Thank you for your supports. ;-)