Remove duplicate link

This commit is contained in:
Isaiah Odhner 2023-07-22 01:20:34 -04:00
parent 24bcdd0d39
commit 925b0a1372

View File

@ -11,7 +11,6 @@ def get_desktop_environment() -> str:
# which takes from:
# http://stackoverflow.com/questions/2035657/what-is-my-current-desktop-environment
# and http://ubuntuforums.org/showthread.php?t=652320
# and http://ubuntuforums.org/showthread.php?t=652320
# and http://ubuntuforums.org/showthread.php?t=1139057
if sys.platform in ["win32", "cygwin"]:
return "windows"