Skip to content

Commit be44b4b

Browse files
authored
Update ApexFarmer.py
1 parent 08d70d0 commit be44b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApexFarmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def process_exists(process_name):
509509
print(" ‾‾‾‾‾‾‾‾‾‾‾‾ ")
510510
if show_exp==1:
511511
print(" ___________________ ")
512-
print (' | TOTAL XP GAINED | -> | ', exp," | XP/HOUR:",round(xp_hour))
512+
print (' | TOTAL XP GAINED | -> | ', exp," | XP/HOUR:",round(xp_hour), " | NO EXP:", exp_read))
513513
print (' | TOTAL TIME FARMED | -> | ',datetime.timedelta(seconds=round(time_lapsed_absolute)))
514514
print(" ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ ")
515515
time.sleep(15)

0 commit comments

Comments
 (0)