Closed ConiKost closed 4 years ago
Starting with python3.9, launching of mugshot will fail, as getiterator() been deprecated since Python 2.7, and has been removed in Python 3.9. Using iter() will fix that.
Signed-off-by: Conrad Kostecki conrad@kostecki.com
Thanks for the patch!
Starting with python3.9, launching of mugshot will fail, as getiterator() been deprecated since Python 2.7, and has been removed in Python 3.9. Using iter() will fix that.
Signed-off-by: Conrad Kostecki conrad@kostecki.com