Merge remote-tracking branch 'origin/master'

This commit is contained in:
TomSchimansky 2022-05-22 00:03:15 +02:00
commit 7992f0bdf6
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ try:
import darkdetect
if Version(darkdetect.__version__) < Version("0.3.1"):
sys.stderr.write("WARNING: You have to update the darkdetect library: pip3 install --upgrade darkdetect\n")
sys.stderr.write("WARNING: You have to upgrade the darkdetect library: pip3 install --upgrade darkdetect\n")
if sys.platform != "darwin":
exit()
except ImportError as err:

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB