Yet more Llamaserver.py indentation fixes
This commit is contained in:
parent
e06a3d5e1b
commit
3700bc3326
1 changed files with 7 additions and 7 deletions
|
@ -56,14 +56,14 @@ def make_progress_bar(bar, count, num_requests):
|
|||
for i in range(num_requests):
|
||||
if i == count:
|
||||
# print(f"Bar position {i} is {bar[i]}\n")
|
||||
bar = bar[:i*stride1] + "\u23F1" + bar[i*stride1 + stride2:]
|
||||
bar = bar[:i * stride1] + "\u23F1" + bar[i * stride1 + stride2:]
|
||||
print(f"Bar is now {bar}\n")
|
||||
return bar
|
||||
|
||||
|
||||
def send_request(q, question, event, count, num_requests):
|
||||
|
||||
delay = 0.1
|
||||
# delay = 0.1
|
||||
|
||||
global bar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue