Skip to content

Commit 2569a05

Browse files
committed
chore: Enable or disable debugging through an arg
1 parent 59bbace commit 2569a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"Clove": "1dbf2edd-4729-0984-3115-daa5eed44993"
6666
}
6767

68-
# Enable or disable debugging through an arg.
68+
# Enable or disable debugging through an arg
6969
DEBUG = any( ['--debug' in arg.lower() for arg in argv] )
7070
logger = logging.getLogger("VALORANT_INSTALOCKER" + __name__)
7171

0 commit comments

Comments
 (0)