minor change
This commit is contained in:
parent
a6e5c9342a
commit
716008c685
|
|
@ -230,7 +230,6 @@ public partial class BotSharpFileService
|
|||
using var fs = new FileStream(Path.Combine(subDir, file.FileName), FileMode.OpenOrCreate);
|
||||
fs.Write(bytes, 0, bytes.Length);
|
||||
fs.Flush();
|
||||
fs.Close();
|
||||
Thread.Sleep(2000);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue