Skip to content

Commit

Permalink
Merge pull request #3 from Big-Shark/patch-1
Browse files Browse the repository at this point in the history
Small changes ;)
  • Loading branch information
antoinebaron committed May 8, 2021
2 parents c637a31 + b5ef409 commit 4027192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doge.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$count = 0;

//as long as the last tweet don't mention Doge
while (1==1) {
while (true) {

$getTweet = get_last_elon_tweet();

Expand Down

0 comments on commit 4027192

Please sign in to comment.