Skip to content

Commit

Permalink
cron
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Jun 8, 2024
1 parent ccc8952 commit c1c61d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/emby/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void main(String[] args) {
map.putAll(argsMap);
map.putAll(envMap);

Boolean run = Boolean.TRUE;
boolean run = Boolean.TRUE;

for (Map.Entry<String, String> stringStringEntry : map.entrySet()) {
String k = stringStringEntry.getKey();
Expand Down

0 comments on commit c1c61d0

Please sign in to comment.