Quellcode durchsuchen

Linter cleanup

tags/1.0
Ian Albert vor 4 Jahren
Ursprung
Commit
53dc236c4c
3 geänderte Dateien mit 694 neuen und 328 gelöschten Zeilen
  1. 1
    1
      config.py.sample
  2. BIN
      rocketbot.db.sample
  3. 693
    327
      rocketbot.py

+ 1
- 1
config.py.sample Datei anzeigen

@@ -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 Datei anzeigen


+ 693
- 327
rocketbot.py
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


Laden…
Abbrechen
Speichern