aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3b75b65..8e2a6ae 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,5 +8,6 @@ fn main() {
};
// Run
- s3g::run(config);
+ let s3g = s3g::S3G::new(config);
+ s3g.run();
} \ No newline at end of file