hardcore client id

This commit is contained in:
Henrik Friedrichsen
2019-03-03 15:46:15 +01:00
parent e4e57d12af
commit b8d60917b4
2 changed files with 3 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ fn main() {
event_manager.clone(),
cfg.username,
cfg.password,
cfg.client_id,
config::CLIENT_ID.to_string(),
queue.clone(),
));