From 963e3511fe332824c48ed8e8cd03a58ff61bc694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D0=BC=D1=91=D0=BD=20=D0=9C=D0=B0=D1=80=D1=8C?= =?UTF-8?q?=D1=8F=D1=81=D0=B8=D0=BD?= Date: Tue, 14 Apr 2026 19:04:01 +0300 Subject: [PATCH] Fix forgotten commas in microg.py Choosing Minimal variants resulted in this without my fix: File "/nix/store/2a3cl1fvl0418qmkrvndx4si29w9yvv5-waydroid-script-0-unstable-2026-01-05/lib/python3.13/site-packages/stuff/microg.py", line 109, in __init__ self.act_md5 = self.dl_links[variant][1] ~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range --- stuff/microg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stuff/microg.py b/stuff/microg.py index 78faf87..933c452 100644 --- a/stuff/microg.py +++ b/stuff/microg.py @@ -36,11 +36,11 @@ class MicroG(General): "6136b383153c2a6797d14fb4d7ca3f97" ], "Minimal": [ - "https://github.com/ayasa520/MinMicroG/releases/download/latest/MinMicroG-Minimal-2.11.1-20230429100521.zip" + "https://github.com/ayasa520/MinMicroG/releases/download/latest/MinMicroG-Minimal-2.11.1-20230429100521.zip", "afb87eb64e7749cfd72c4760d85849da" ], "MinimalIAP": [ - "https://github.com/ayasa520/MinMicroG/releases/download/latest/MinMicroG-MinimalIAP-2.11.1-20230429100556.zip" + "https://github.com/ayasa520/MinMicroG/releases/download/latest/MinMicroG-MinimalIAP-2.11.1-20230429100556.zip", "cc071f4f776cbc16c4c1f707aff1f7fa" ] }