Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
e341947
1
Parent(s):
b2537eb
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)
|