mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update
This commit is contained in:
@@ -193,7 +193,9 @@ pub fn fanbox_api_quick_test(item: TokenStream) -> TokenStream {
|
||||
return;
|
||||
}
|
||||
match #expr.await {
|
||||
Some(_) => {}
|
||||
Some(data) => {
|
||||
println!("{:?}", data);
|
||||
}
|
||||
None => {
|
||||
panic!("{}", #errmsg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user