mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Berry remove global 'b' (#23433)
This commit is contained in:
parent
1ee3d8c079
commit
65b1c9668f
@ -8,6 +8,5 @@ python_compat.init = def (m)
|
|||||||
global.True = true
|
global.True = true
|
||||||
global.False = false
|
global.False = false
|
||||||
global.None = nil
|
global.None = nil
|
||||||
global.b = bytes
|
|
||||||
return m
|
return m
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user