Skip to content

Commit fa74f05

Browse files
authored
fixed "'NoneType' object has no attribute 'width'"" bug (#127)
its just one line
1 parent 0aa79b5 commit fa74f05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/apps/trolli/src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def build(self):
7171
return self.layout
7272

7373
def initialize(self):
74-
self.page.views.clear()
7574
self.page.views.append(
7675
View(
7776
"/",

0 commit comments

Comments
 (0)