mirror of
https://github.com/Detanup01/gbe_fork_tools.git
synced 2026-02-03 21:11:17 +01:00
update ubuntu & fix achigen
This commit is contained in:
@@ -16,7 +16,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "ubuntu-20.04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
|
||||
steps:
|
||||
- name: "Checkout branch"
|
||||
|
||||
@@ -115,7 +115,8 @@ def generate_stats_achievements(
|
||||
|
||||
s['default']=f"{default_num}"
|
||||
s['global']=f"{global_num}"
|
||||
del s['min']
|
||||
if 'min' in s:
|
||||
del s['min']
|
||||
output_stats = copy.deepcopy(stats_out)
|
||||
|
||||
# print(output_ach)
|
||||
|
||||
Reference in New Issue
Block a user