use
This commit is contained in:
parent
925e205c8a
commit
f9f912b4fb
@ -1,3 +1,6 @@
|
|||||||
|
use reqwest;
|
||||||
|
use tokio;
|
||||||
|
|
||||||
async fn get_qs() -> reqwest::Result<Vec<String>> {
|
async fn get_qs() -> reqwest::Result<Vec<String>> {
|
||||||
let body = reqwest::get("https://stackoverflow.com/questions/tagged/python").await;
|
let body = reqwest::get("https://stackoverflow.com/questions/tagged/python").await;
|
||||||
if let Err(e) = body {
|
if let Err(e) = body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user