second attempt to fix

This commit is contained in:
Stefan Weijers 2021-07-25 21:45:34 +02:00
parent 02c22091b4
commit 8858b7a81b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from config import bcolors
#Create motd entry #Create motd entry
#try: #try:
motdscript = open('/etc/update-motd/stats', 'w') motdscript = open('/etc/update-motd/stats', 'w')
#except: #except:
# print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']') # print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']')
# print('Make sure you run the program as root!') # print('Make sure you run the program as root!')