enabled Discord upload again
This commit is contained in:
@@ -206,7 +206,7 @@ with open('output_TMCZ_'+ext_date_from_filaname, 'w') as f:
|
|||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
with open('output_TMCZ_'+ext_date_from_filaname, "rb") as f:
|
with open('output_TMCZ_'+ext_date_from_filaname, "rb") as f:
|
||||||
webhook.add_file(file=f.read(), filename='output_TMCZ_'+ext_date_from_filaname)
|
webhook.add_file(file=f.read(), filename='output_TMCZ_'+ext_date_from_filaname)
|
||||||
|
|||||||
Reference in New Issue
Block a user