2018-11-16 09:30:28 +01:00

9 lines
198 B
Python

# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Disable Notify User')
inifile_writestring(WAPT.config_filename,'global','notify_user',0)