Skip to content

Commit

Permalink
added shadow and ambience
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Feb 1, 2024
1 parent 1cab735 commit 3c52e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jobs/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
st.make(strrunid, 'merged_s2s')
st.make(strrunid, 'event_basics')
st.make(strrunid, 'event_info')
st.make(strrunid, 'event_shadow')
st.make(strrunid, 'event_ambience')
st.make(strrunid, 'cuts_basic')

print("Used time:", datetime.now() - now)
Expand All @@ -62,6 +64,8 @@
st.make(strrunid, 'merged_s2s')
st.make(strrunid, 'event_basics')
st.make(strrunid, 'event_info')
st.make(strrunid, 'event_shadow')
st.make(strrunid, 'event_ambience')

print("Used time:", datetime.now() - now)
now = datetime.now()
Expand Down

0 comments on commit 3c52e0e

Please sign in to comment.