Bugfix: d7_firefox_fix.py

This commit is contained in:
2Shirt 2018-08-18 18:10:54 -07:00
parent ceba2e5ff2
commit 2369786b66
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -19,7 +19,7 @@ if __name__ == '__main__':
try: try:
stay_awake() stay_awake()
clear_screen() clear_screen()
print_info('{}: Firefox Fix for d7') print_info('{}: Firefox Fix for d7\n'.format(KIT_NAME_FULL))
other_results = { other_results = {
'Warning': { 'Warning': {
'NotInstalledError': 'Not installed', 'NotInstalledError': 'Not installed',