diff --git a/views.py b/views.py index ee364d4..f301066 100644 --- a/views.py +++ b/views.py @@ -130,7 +130,7 @@ def videoplaybackProxy(): # or the one in initcwndbps (if user enabled the config flag to match chunk_size with initcwndbps) if ythdd_globals.config['proxy']['match_initcwndbps']: try: - chunk_size = int(params.get('initcwndbps')) / 1024 + chunk_size = int(params.get('initcwndbps') / 1024) except: pass # return a chunked response