mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update example
This commit is contained in:
parent
075b5605a0
commit
ea9d7e4c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ use ggemini::client::{
|
||||||
fn main() -> ExitCode {
|
fn main() -> ExitCode {
|
||||||
Client::new().request_async(
|
Client::new().request_async(
|
||||||
Request::gemini(
|
Request::gemini(
|
||||||
Uri::parse(REQUEST, UriFlags::NONE).unwrap(),
|
Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE).unwrap(),
|
||||||
),
|
),
|
||||||
Priority::DEFAULT,
|
Priority::DEFAULT,
|
||||||
Cancellable::new(),
|
Cancellable::new(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue