Working on peachcloud disc image

This commit is contained in:
notplants 2022-04-11 10:31:45 -04:00
parent 169149d607
commit b75aadd62d
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@ -1109,7 +1109,7 @@ dependencies = [
[[package]] [[package]]
name = "golgi" name = "golgi"
version = "0.1.1" version = "0.1.1"
source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git#77dd75bcd4649b7487069a61e2a8069b49f60a1d" source = "git+https://git.coopcloud.tech/golgi-ssb/golgi#77dd75bcd4649b7487069a61e2a8069b49f60a1d"
dependencies = [ dependencies = [
"async-std", "async-std",
"async-stream 0.3.2", "async-stream 0.3.2",

View File

@ -124,6 +124,8 @@ pub fn latest_sequence_number() -> Result<u64, Box<dyn Error>> {
task::block_on(async { task::block_on(async {
let mut sbot_client = init_sbot_with_config(&sbot_config).await?; let mut sbot_client = init_sbot_with_config(&sbot_config).await?;
debug!("sbot initialized");
// retrieve the local id // retrieve the local id
let id = sbot_client.whoami().await?; let id = sbot_client.whoami().await?;