Skip to content

Commit

Permalink
Update defeat-defender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
swagkarna authored Mar 1, 2022
1 parent 515e077 commit 96412c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Defeat-Defender[Python]/defeat-defender.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def shutservice(self):

else:
print("file not present")
sys.exit()
sys.exit(0)

if __name__ == "__main__":
ddf = DefeatDefender()
Expand Down

0 comments on commit 96412c6

Please sign in to comment.