Skip to content

Commit f339131

Browse files
author
PachKosti
committed
code cleaning
1 parent f3440fb commit f339131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _do_request(self, request):
572572

573573
if self._auth_session:
574574
request.add_header("Authorization", self._auth_session["token"])
575-
system_version = None
575+
system_version = "Unknown"
576576
if platform.system() == "Linux":
577577
system_version = distro.linux_distribution()[0]
578578
elif platform.system() == "Windows":

0 commit comments

Comments
 (0)