Skip to content

Commit 3344f42

Browse files
committed
📚 Update the screenshot app with the new switches
1 parent 33842d1 commit 3344f42

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/screenshots/basic_app.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
from complexitty.complexitty import Complexitty
44

5-
app = Complexitty(Namespace(theme="textual-dark"))
5+
app = Complexitty(
6+
Namespace(
7+
colour_map=None,
8+
max_iteration=None,
9+
multibrot=None,
10+
theme="textual-dark",
11+
x_position=None,
12+
y_position=None,
13+
zoom=None,
14+
)
15+
)
616
if __name__ == "__main__":
717
app.run()

0 commit comments

Comments
 (0)