Browse Source

The 150s now work only 120 hours

Matteo Zeccoli Marazzini 2 years ago
parent
commit
cbb69e9dd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query_functions

+ 1 - 1
query_functions

@@ -42,7 +42,7 @@ print_gtotal(){
   echo -e "\nHere it comes the operators' grand total:"
   for i in {0..2}
   do
-    printf "%-30s%10s/150h\n" "$(id_to_name_check $i):" "$(get_operator_total $i)"
+    printf "%-30s%10s/120h\n" "$(id_to_name_check $i):" "$(get_operator_total $i)"
   done
 }