From 19509ead6a68b48e7c65940e5a0d09776694a467 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 24 Feb 2022 17:33:17 +0200 Subject: [PATCH] Update mips_run.py --- NeoBoot/tmpfiles/runpy/mips_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/NeoBoot/tmpfiles/runpy/mips_run.py b/NeoBoot/tmpfiles/runpy/mips_run.py index 8813435..4fb5be3 100644 --- a/NeoBoot/tmpfiles/runpy/mips_run.py +++ b/NeoBoot/tmpfiles/runpy/mips_run.py @@ -135,7 +135,6 @@ class StartImage(Screen): def getREBOOTSYSTEM(): __module__ = __name__ - def __init__(self, session): Screen.__init__(self, session) for line in open("/etc/hostname"):