Update PrerollUpdate.py

Fixed issue where this script would not execute on it's own
main
TheHumanRobot 2 years ago committed by GitHub
parent 5196dd4ef6
commit 4adf307c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,3 +209,5 @@ def update():
print('Pre-roll updated')
# Closing file
f.close()
if __name__ == '__main__':
update()

Loading…
Cancel
Save