diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2021-09-29 20:34:26 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2021-09-29 20:42:03 +0000 |
| commit | 9f6d275620e29295a41bcca342ee0da531664721 (patch) | |
| tree | 8111a0ece8be646a6686eebdc9d067a3209d14c2 /src/main.rs | |
| parent | 8de625e9eba926c7ca8c2f86d658283480938b2f (diff) | |
chore: save crendetials into the browser struct
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6b85559..136db38 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ async fn main() -> Result<(), Box<dyn Error>> { unsafe { // Open the browser - browser::init(&config.driver_url).await; + browser::init(&config).await; // Login using the credentials inside the `config` match browser::login(&config).await { |
