lu-ny commited on
Commit
344ab47
·
verified ·
1 Parent(s): e328a4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,7 +67,7 @@ class UnitInitialization:
67
  "class": "SAM",
68
  "arch": "Warforged",
69
  "alignment": "EVIL",
70
- "rank": "Inq",
71
  "OS": "DIAMOND 12.0",
72
  }
73
  self.systems_status = {
@@ -133,7 +133,7 @@ class UnitInitialization:
133
  for key, value in self.unit_status.items():
134
  if self.stop_requested:
135
  return
136
- glitch = value in ["LAWFUL EVIL", "****** Inqqquisitor"]
137
  self.log(f"{key.capitalize()}:")
138
  await asyncio.sleep(0.5)
139
  self.log(value, glitchy=glitch)
 
67
  "class": "SAM",
68
  "arch": "Warforged",
69
  "alignment": "EVIL",
70
+ "rank": "INQQ",
71
  "OS": "DIAMOND 12.0",
72
  }
73
  self.systems_status = {
 
133
  for key, value in self.unit_status.items():
134
  if self.stop_requested:
135
  return
136
+ glitch = value in ["EVIL", "INQQ"]
137
  self.log(f"{key.capitalize()}:")
138
  await asyncio.sleep(0.5)
139
  self.log(value, glitchy=glitch)