Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 0bb27a5

Browse files
authored
Update missions.py
1 parent bc732e8 commit 0bb27a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Time_saver/missions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from random import choice, randint
1818

1919

20-
async def missions(server, missions_to_complete="ALL", action="ALL", session=""):
20+
def missions(server, missions_to_complete="ALL", action="ALL", session=""):
2121
"""Finish missions.
2222
* Leave "action" parameter empty if you don't need it to do specific action.
2323
* Leave "missions_to_complete" parameter empty if you don't want to complete all missions.
@@ -94,7 +94,7 @@ async def missions(server, missions_to_complete="ALL", action="ALL", session="")
9494
elif num == 46:
9595
restores = "2"
9696
print(f"Hitting {restores} restores, it might take a while")
97-
await auto_fight(server, restores="1")
97+
auto_fight(server, restores="1")
9898
elif num == 6:
9999
session.post(f"{URL}food.html?quality=1")
100100
elif num == 8:

0 commit comments

Comments
 (0)