Ben Kurtovic hace 10 años
padre
commit
341a32660f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/calc.py

+ 1
- 1
earwigbot/commands/calc.py Ver fichero

@@ -73,7 +73,7 @@ class Calc(Command):
('\$', 'USD '),
(r'\bKB\b', 'kilobytes'),
(r'\bMB\b', 'megabytes'),
(r'\bGB\b', 'kilobytes'),
(r'\bGB\b', 'gigabytes'),
('kbps', '(kilobits / second)'),
('mbps', '(megabits / second)')
]


Cargando…
Cancelar
Guardar