Skip to content

Commit bdf3258

Browse files
committed
Update default orientation
1 parent 3ab38a7 commit bdf3258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

term_timer/server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ def __init__(self, algorithm: str, case: str, # noqa: PLR0913, PLR0917
12431243

12441244
self.size = (size and int(size)) or 200
12451245
self.cube_size = (cube_size and int(cube_size)) or 3
1246-
self.rotation = rotation or 'y45x-25'
1246+
self.rotation = rotation or 'y45x-35'
12471247
self.orientation = orientation or CUBE_ORIENTATION
12481248

12491249
if self.orientation:

0 commit comments

Comments
 (0)