spotify_collage.py:176: DeprecationWarning: an integer is required (got type _bimpy.Condition). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
bimpy.set_next_window_pos(bimpy.Vec2(20, 20), bimpy.Condition.Once)
spotify_collage.py:177: DeprecationWarning: an integer is required (got type _bimpy.Condition). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
bimpy.set_next_window_size(bimpy.Vec2(600, 600), bimpy.Condition.Once)
spotify_collage.py:176: DeprecationWarning: an integer is required (got type _bimpy.Condition). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python. bimpy.set_next_window_pos(bimpy.Vec2(20, 20), bimpy.Condition.Once) spotify_collage.py:177: DeprecationWarning: an integer is required (got type _bimpy.Condition). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python. bimpy.set_next_window_size(bimpy.Vec2(600, 600), bimpy.Condition.Once)