Skip to content

Commit

Permalink
Fix Exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebladedoge229 authored Jul 13, 2024
1 parent ed1f322 commit 250cdf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robloxflagrandomizer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import re
import sys
import random
import requests
import argparse
Expand Down Expand Up @@ -81,4 +82,4 @@ def getArguments():
items = json(dictionary, indent=2)
items = f"\033[38;2;52;235;143m{{\033[0m{items.strip()[1:-1]}\033[38;2;52;235;143m}}\033[0m"
print(items)
exit()
sys.exit()

0 comments on commit 250cdf0

Please sign in to comment.