Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
ignoring .raw files in .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed Jun 23, 2022
1 parent 59e3d06 commit e8bf04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.json
__pycache__
urls.txt
*.raw
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def main(ctx: Context, after: str = ""):
if __name__ == "__main__":
target = "kaguramiko__"
ctx = Context(target, 2)
after = "2050820915545463998_8345035809"
after = "2027720045492494327_8345035809"
main(ctx, after)

0 comments on commit e8bf04e

Please sign in to comment.