Skip to content

Commit 974fe6a

Browse files
committed
updated center.py
1 parent 831c413 commit 974fe6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

center.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
sys.exit(4)
4343

4444
__author__ = 'Hari Sekhon'
45-
__version__ = '0.4.0'
45+
__version__ = '0.4.1'
4646

4747
class Center(CLI):
4848

@@ -53,6 +53,7 @@ def __init__(self):
5353
# super().__init__()
5454
self.re_bound = re.compile(r'(\b)')
5555
self.re_chars = re.compile(r'([^\s])(?!\s)')
56+
self.timeout_default = None
5657

5758
def add_options(self):
5859
self.add_opt('-w', '--width', default=80, type='int', metavar='<num_chars>',

0 commit comments

Comments
 (0)