add pstop link

This commit is contained in:
41666 2022-11-28 01:16:51 -05:00
parent 9e1e2ad1f5
commit 5c987caf38
3 changed files with 8 additions and 6 deletions

View file

@ -4,10 +4,7 @@ use lazy_static::lazy_static;
use redis::Commands;
use serde::Deserialize;
use serde_json::json;
use std::{
env,
time::{Duration, SystemTime},
};
use std::{env, time::SystemTime};
use tokio_tungstenite::{connect_async, tungstenite::Message};
mod translators;