anki-code 5 tahun lalu
induk
melakukan
e5e485995f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      python_appimage/__init__.py

+ 1 - 1
python_appimage/__init__.py

@@ -2,4 +2,4 @@ import platform
 
 
 if platform.system() != 'Linux':
-    raise RuntimeError('invalid system: ' + plateform.system())
+    raise RuntimeError('invalid system: ' + platform.system())