Skip to content

Commit b3db6aa

Browse files
committed
Bump v3.0.7
1 parent 1c89398 commit b3db6aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'

StreamingCommunity/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
"max_retry": 8,
6161
"proxy": ""
6262
}
63-
}
63+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read_readme():
1010

1111
setup(
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",

0 commit comments

Comments
 (0)