Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Soviena committed May 26, 2022
1 parent a8046e1 commit cbe5343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion twisv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def checkUpdate():
"Authorization": "Bearer "+config['token']
}
if len(sys.argv) > 1:
get_Tweet(prefix+re.search(r'\/(\d{1,})[\?/]?', sys.argv[0]).group(1)+"?expansions=author_id,attachments.media_keys&media.fields=variants,url")
get_Tweet(prefix+re.search(r'\/(\d{1,})[\?/]?', sys.argv[1]).group(1)+"?expansions=author_id,attachments.media_keys&media.fields=variants,url")
quit()
else:
print(logo,end=" ")
Expand Down
4 changes: 2 additions & 2 deletions twisv/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class versioning:
ver="1.0.1.2"
ver_int=1012
ver="1.0.1.3"
ver_int=1013

0 comments on commit cbe5343

Please sign in to comment.