summaryrefslogtreecommitdiffstats
path: root/cmd/x.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/x.go')
-rw-r--r--cmd/x.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/x.go b/cmd/x.go
index c5c18e4..b2554e4 100644
--- a/cmd/x.go
+++ b/cmd/x.go
@@ -99,7 +99,7 @@ func runXHistorySearch(cmd *cobra.Command, args []string) error {
}
func runXTweetsSearch(cmd *cobra.Command, args []string) error {
- c, err := newClient()
+ c, err := newUnauthenticatedClient()
if err != nil {
return err
}