Sfoglia il codice sorgente

Linter cleanup

tags/1.0
Ian Albert 4 anni fa
parent
commit
53dc236c4c
3 ha cambiato i file con 694 aggiunte e 328 eliminazioni
  1. 1
    1
      config.py.sample
  2. BIN
      rocketbot.db.sample
  3. 693
    327
      rocketbot.py

+ 1
- 1
config.py.sample Vedi File

@@ -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 Vedi File


+ 693
- 327
rocketbot.py
File diff soppresso perché troppo grande
Vedi File


Loading…
Annulla
Salva