Skip to content

Commit

Permalink
Merge pull request #10 from DSDmark/main
Browse files Browse the repository at this point in the history
fix hashtag stop massage
  • Loading branch information
codewithpom authored Nov 1, 2024
2 parents 44e866f + 166aa6a commit dadad31
Show file tree
Hide file tree
Showing 2 changed files with 1,174 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion add_meme.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]

while True:
hashtag = input("Enter hashtag: ")
hashtag = input("Enter hashtag (press 'q' to stop): ")
if hashtag == 'q': break
hashtags.append(hashtag)

Expand Down
Loading

0 comments on commit dadad31

Please sign in to comment.