Skip to content

Commit 5e960a0

Browse files
committed
Clean up to test and CI issues.
1 parent 9fb4555 commit 5e960a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

slip39/gui/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def app(
831831
timeout = 0 # First time thru; refresh immediately
832832
controls = 0 # What level of controls complexity is desired?
833833
instructions = '' # The last instructions .txt payload found
834-
instructions_kwds = dict() # .. and its colors
834+
instructions_kwds = dict() # .. and its colors
835835
while event not in events_termination:
836836
# A Controls layout selection, eg. '-LO-2-'; closes and re-generates window layout
837837
if event and event.startswith( '-LO-' ):

slip39/layout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def layout_card(
205205
rotate = -45,
206206
))
207207
card_interior.add_region_proportional( Text(
208-
f'card-link', x1=2/8, y1=-2/32, x2=8/8, y2=4/32,
208+
'card-link', x1=2/8, y1=-2/32, x2=8/8, y2=4/32,
209209
foreground = int( COLOR[-1], 16 ),
210210
rotate = -45,
211211
))

0 commit comments

Comments
 (0)