Skip to content

print does not introspect#349

Open
Zarrindast wants to merge 1 commit intotaspinar:masterfrom
Zarrindast:patch-1
Open

print does not introspect#349
Zarrindast wants to merge 1 commit intotaspinar:masterfrom
Zarrindast:patch-1

Conversation

@Zarrindast
Copy link
Copy Markdown

print(object) just yields <twitterscraper.tweet.Tweet object at 0x7ff2203ec668>, it won't print it to the console. replace with vars(object).

print(object) just yields <twitterscraper.tweet.Tweet object at 0x7ff2203ec668>, it won't print it to the console. replace with vars(object).
Copy link
Copy Markdown

@VideoGameMotivation VideoGameMotivation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested, works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants