I'm making a brick breaker game and I want to increase speed every time it hits the paddle. But when I add 1 in the speed for some reason it increases multiple times. here's my code
if ball.colliderect(paddle):
y_positive = False
y_negative = True
ball_speed += 1