Commit b8805a02 authored by Fedor Shabashev's avatar Fedor Shabashev Committed by GitHub

fixing not working example in README.md (#734)

parent 257ef79d
...@@ -98,8 +98,8 @@ import twint ...@@ -98,8 +98,8 @@ import twint
# Configure # Configure
c = twint.Config() c = twint.Config()
c.Username = "now" c.Username = "realDonaldTrump"
c.Search = "fruit" c.Search = "great"
# Run # Run
twint.run.Search(c) twint.run.Search(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment