Toggle Navigation
Hatchery
Eggs
devlol_antivirus
service.py
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
service.py
raw
Content
def setup(): try: print('[devlol_antivirus] - devlol_antivirus started by setup') from devlol_antivirus import devlol_antivirus #devlol_antivirus.full_system_check_while_boot() #TODO: already executed in import except: print('[devlol_antivirus] - error while setup()')