Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Mar 19, 2022
1 parent 2533ce5 commit 778e35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def update(self):
parser.add_argument("-v","--verbose",help="enable verbosity",action="store_true")
parser.add_argument("-u","--update",help="update oxdork",action="store_true")
parser.add_argument("--version",version="2022.2.2.0 Released on 20th March 2022",action="version")
args =
args = parser.parse_args()

start_time = datetime.now()
Expand Down

0 comments on commit 778e35a

Please sign in to comment.