Remove unnecessary break, oopsie.
This commit is contained in:
parent
4521e085c4
commit
8d4748e251
1 changed files with 0 additions and 1 deletions
1
run.py
1
run.py
|
@ -35,7 +35,6 @@ def main():
|
|||
game = get_game_name(product_id)
|
||||
|
||||
print(f'\033[91m{clip}\033[97m is for product: \033[91m{game}\033[97m ContentID: \033[91m{content_id}\033[99m')
|
||||
break
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue