mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
Fix: Log area exceed its size limit
This commit is contained in:
parent
ba588f3a94
commit
9eee0feccf
@ -17,7 +17,7 @@ class ScrollableCode:
|
||||
self.id = ''.join(random.choice(string.ascii_letters)
|
||||
for _ in range(10))
|
||||
self.html = '<pre id="%s"><code style="white-space:break-spaces;"></code></pre>' % self.id
|
||||
self.output = output(put_html(self.html))
|
||||
self.output = put_html(self.html)
|
||||
|
||||
def append(self, text):
|
||||
if text:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user