File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,11 @@ def conclusion():
78
78
"by raising a new issue in my repository. {}." .format (_line ))
79
79
80
80
def actions (* add_skill ):
81
- speak (f"Besides Python what's my key skill, I also have some additional skills. Some of worth mentioning"
81
+ speak (f"Besides my key skill, I also have some additional skills. Some of worth mentioning"
82
82
f"additional skills I know are: { add_skill [0 ]} " )
83
83
_actions = RESUME .get_options ("ACTIONS" )
84
- APP .create_actions (_actions )
84
+ _ = APP .create_actions (_actions )
85
+ _ .after (10 , conclusion )
85
86
86
87
def additional_skills (** cont ):
87
88
speak (f"If your kind consider allow you, kindly don't hesitate to contact me by calling me at "
@@ -136,7 +137,7 @@ def launch():
136
137
temp .pack_forget ()
137
138
APP .create_two_columns ()
138
139
speak (f"Good morning { salutation } , I'm feeling too excited to present myself to you." )
139
- APP .window .after (1000 , title )
140
+ APP .window .after (10 , title )
140
141
141
142
temp .after (5000 , launch )
142
143
# -------
You can’t perform that action at this time.
0 commit comments