From 8858b7a81b0fc240d4dadf43e410bf72a225358f Mon Sep 17 00:00:00 2001 From: Stefan Weijers Date: Sun, 25 Jul 2021 21:45:34 +0200 Subject: [PATCH] second attempt to fix --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index da68dfb..be38092 100644 --- a/init.py +++ b/init.py @@ -5,7 +5,7 @@ from config import bcolors #Create motd entry #try: - motdscript = open('/etc/update-motd/stats', 'w') +motdscript = open('/etc/update-motd/stats', 'w') #except: # print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']') # print('Make sure you run the program as root!')