new insructions
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
This commit is contained in:
parent
6966d7572c
commit
9c9621ed0d
@ -41,3 +41,6 @@ def main():
|
|||||||
data=open(f"dist/{FILE_NAME}", 'rb').read(),
|
data=open(f"dist/{FILE_NAME}", 'rb').read(),
|
||||||
)
|
)
|
||||||
result.raise_for_status()
|
result.raise_for_status()
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
Reference in New Issue
Block a user