Skip to content

Commit 39149a6

Browse files
committed
Adjust default angle
1 parent bdf3258 commit 39149a6

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-35'
1246+
self.rotation = rotation or 'y45x-34'
12471247
self.orientation = orientation or CUBE_ORIENTATION
12481248

12491249
if self.orientation:

0 commit comments

Comments
 (0)