mirror of
https://github.com/ovosimpatico/CLI-TikTok.git
synced 2026-01-15 11:52:52 -03:00
Update main.py
needs input to ask user how many trending videos they want.
This commit is contained in:
4
main.py
4
main.py
@@ -151,7 +151,7 @@ def main():
|
||||
print(
|
||||
"This limitation is being actively researched, any contributions will be welcome."
|
||||
)
|
||||
streamtrending()
|
||||
streamtrending(24) # need to implement asking how many trending videos the user wants
|
||||
sys.exit()
|
||||
|
||||
# Error handling for invalid number (3, 4, 6, 133)
|
||||
@@ -230,7 +230,7 @@ def arguments(args):
|
||||
print(
|
||||
"This limitation is being actively researched, any contributions will be welcome."
|
||||
)
|
||||
streamtrending()
|
||||
streamtrending(24) # need to implement asking how many trending videos the user wants
|
||||
|
||||
if silent:
|
||||
arguments(args)
|
||||
|
||||
Reference in New Issue
Block a user