Skip to content

Commit

Permalink
fix(server): env not present
Browse files Browse the repository at this point in the history
  • Loading branch information
Sequal32 committed Dec 26, 2022
1 parent 257dea4 commit 8ed7b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"src/yourcontrols-net",
"src/yourcontrols-types",
"src/yourcontrols-hoster",
"src/yourcontrols-discord",
"src/yourcontrols-server",
]

Expand Down
3 changes: 1 addition & 2 deletions src/yourcontrols-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ pub fn main() {
let servers_clone = servers.clone();

info!(
"YourControls server v{} started!",
dotenv::var("CARGO_PKG_VERSION").unwrap()
"YourControls server started!",
);

thread::spawn(|| {
Expand Down

0 comments on commit 8ed7b30

Please sign in to comment.