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!')