Skip to content

Commit e8a2007

Browse files
committed
updated welcome.py
1 parent 0c541e3 commit e8a2007

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

welcome.py

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

4747
__author__ = 'Hari Sekhon'
48-
__version__ = '2.0.1'
48+
__version__ = '2.0.2'
4949

5050

5151
class Welcome(CLI):
@@ -56,6 +56,7 @@ def __init__(self):
5656
# Python 3.x
5757
# super().__init__()
5858
self.quick = False
59+
self.timeout_default = 20
5960

6061
@staticmethod
6162
def case_user(user):

0 commit comments

Comments
 (0)