Skip to content

Commit

Permalink
Update ApexFarmer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
letsmokee authored Jan 7, 2024
1 parent 08d70d0 commit be44b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApexFarmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def process_exists(process_name):
print(" ‾‾‾‾‾‾‾‾‾‾‾‾ ")
if show_exp==1:
print(" ___________________ ")
print (' | TOTAL XP GAINED | -> | ', exp," | XP/HOUR:",round(xp_hour))
print (' | TOTAL XP GAINED | -> | ', exp," | XP/HOUR:",round(xp_hour), " | NO EXP:", exp_read))
print (' | TOTAL TIME FARMED | -> | ',datetime.timedelta(seconds=round(time_lapsed_absolute)))
print(" ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ ")
time.sleep(15)
Expand Down

0 comments on commit be44b4b

Please sign in to comment.