Skip to content

Commit ba3e675

Browse files
committed
update julian's twitter handle
1 parent 78bc787 commit ba3e675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

04/usertweets-help.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __getitem__(self, pos):
5151

5252
if __name__ == "__main__":
5353

54-
for handle in ('pybites', 'techmoneykids', 'bbelderbos'):
54+
for handle in ('pybites', '_juliansequeira', 'bbelderbos'):
5555
print('--- {} ---'.format(handle))
5656
user = UserTweets(handle)
5757
for tw in user[:5]:

04/usertweets-nohelp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UserTweets(object):
2424

2525
if __name__ == "__main__":
2626

27-
for handle in ('pybites', 'techmoneykids', 'bbelderbos'):
27+
for handle in ('pybites', '_juliansequeira', 'bbelderbos'):
2828
print('--- {} ---'.format(handle))
2929
user = UserTweets(handle)
3030
for tw in user[:5]:

0 commit comments

Comments
 (0)