Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuBerto committed May 3, 2024
1 parent 7a17ba6 commit 5870b98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/model/osrs/walkerExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class OSRSWalkingExample(OSRSBot):

def __init__(self):
self.walk_to = "VARROCK_SQUARE"
super().__init__(bot_title="Walk", description="Walk almost anywhere")
Expand Down
1 change: 1 addition & 0 deletions src/utilities/api/pathfinding_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json

import requests


Expand Down
1 change: 0 additions & 1 deletion src/utilities/walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Walking:

DEGREESPERYAW: float = 360 / 2048
TILES_PIXELS = 4

Expand Down

0 comments on commit 5870b98

Please sign in to comment.