Work Orders is the dict_values now.

pull/926/head
jMyles 2019-06-17 16:17:03 -07:00
parent 0888fc5946
commit 7790b106d9
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ class Bob(Character):
cleartexts = []
the_airing_of_grievances = []
work_orders = work_orders.values()
for work_order in work_orders:
try:
cfrags = self.get_reencrypted_cfrags(work_order)