diff options
Diffstat (limited to 'cmd/x.go')
| -rw-r--r-- | cmd/x.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
