.BANCHO. Save pep.py version in redis
This commit is contained in:
parent
2992dc6190
commit
eefec1f47b
3
pep.py
3
pep.py
|
@ -113,6 +113,9 @@ if __name__ == "__main__":
|
|||
# Script returns error if there are no keys starting with peppy:*
|
||||
pass
|
||||
|
||||
# Save peppy version in redis
|
||||
glob.redis.set("peppy:version", glob.VERSION)
|
||||
|
||||
# Load bancho_settings
|
||||
try:
|
||||
consoleHelper.printNoNl("> Loading bancho settings from DB... ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user