mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +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 {
|
||||
Client::new().request_async(
|
||||
Request::gemini(
|
||||
Uri::parse(REQUEST, UriFlags::NONE).unwrap(),
|
||||
Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE).unwrap(),
|
||||
),
|
||||
Priority::DEFAULT,
|
||||
Cancellable::new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue