File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11__title__ = 'StreamingCommunity'
2- __version__ = '3.0.6 '
2+ __version__ = '3.0.7 '
33__author__ = 'Arrowar'
44__description__ = 'A command-line program to download film'
55__copyright__ = 'Copyright 2024'
Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ def main(script_id = 0):
219219 console .print ("[blue]• Quad9 (9.9.9.9) 'https://docs.quad9.net/Setup_Guides/Windows/Windows_10/'" )
220220 console .print ("\n [yellow]⚠️ The program will not work until you configure your DNS settings." )
221221
222- time .sleep (1 )
223- msg .ask ("[yellow]Press Enter to exit ..." )
222+ time .sleep (2 )
223+ msg .ask ("[yellow]Press Enter to continue ..." )
224224
225225 # Load search functions
226226 search_functions = load_search_functions ()
Original file line number Diff line number Diff line change 6060 "max_retry" : 8 ,
6161 "proxy" : " "
6262 }
63- }
63+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read_readme():
1010
1111setup (
1212 name = "StreamingCommunity" ,
13- version = "3.0.6 " ,
13+ version = "3.0.7 " ,
1414 long_description = read_readme (),
1515 long_description_content_type = "text/markdown" ,
1616 author = "Lovi-0" ,
You can’t perform that action at this time.
0 commit comments