Ver código fonte

Linter cleanup

tags/1.0
Ian Albert 4 anos atrás
pai
commit
53dc236c4c
3 arquivos alterados com 694 adições e 328 exclusões
  1. 1
    1
      config.py.sample
  2. BIN
      rocketbot.db.sample
  3. 693
    327
      rocketbot.py

+ 1
- 1
config.py.sample Ver arquivo

@@ -1,5 +1,5 @@
1 1
 # Copy this file to config.py and fill in necessary values
2
-config = {
2
+CONFIG = {
3 3
 	'clientToken': 'token',
4 4
 	'dbHost': 'localhost',
5 5
 	'dbUser': 'username',

BIN
rocketbot.db.sample Ver arquivo


+ 693
- 327
rocketbot.py
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar