Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
c98ddbd
1
Parent(s):
483f4a5
Update kbhelpers.py
Browse files
Powers/utils/kbhelpers.py
CHANGED
@@ -19,7 +19,7 @@ def ikb(rows=None, back=False, todo="start_back"):
|
|
19 |
line.append(button)
|
20 |
lines.append(line)
|
21 |
except AttributeError:
|
22 |
-
for button in
|
23 |
button = btn(*button) # Will make the kb which don't have "." in them
|
24 |
line.append(button)
|
25 |
lines.append(line)
|
|
|
19 |
line.append(button)
|
20 |
lines.append(line)
|
21 |
except AttributeError:
|
22 |
+
for button in row:
|
23 |
button = btn(*button) # Will make the kb which don't have "." in them
|
24 |
line.append(button)
|
25 |
lines.append(line)
|