Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit 3d0eb52

Browse files
committed
Try now
1 parent 4464dce commit 3d0eb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crasync/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'chests.json'
3030
)
3131

32-
with open(_path.replace('\\\\','/')) as f:
32+
with open(_path.replace('\\','/')) as f:
3333
CHESTS = json.load(f)
3434

3535
class Base:

0 commit comments

Comments
 (0)