Skip to content

Commit 5219564

Browse files
authored
Merge pull request #94 from FloEdelmann/dev
Use `*.overpassql` file extension
2 parents e783f38 + ebdb79d commit 5219564

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

examples/challenge_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
).to_json()
5050

5151
# Adding example overpass QL input for challenge
52-
challenge_data.overpassQL = open('data/Example_OverpassQL_Query', 'r').read()
52+
challenge_data.overpassQL = open('data/Example_OverpassQL_Query.overpassql', 'r').read()
5353

5454
# Create challenge
5555
print(json.dumps(api.create_challenge(challenge_data)))
File renamed without changes.

0 commit comments

Comments
 (0)