deepakg / spotify_collage

A Python GUI app to make album art collages from Spotify playlist URIs
3 stars 0 forks source link

BimPy Deprecation Warning #2

Open jeremymeyers opened 2 years ago

jeremymeyers commented 2 years ago

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)