Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antorix authored Nov 7, 2023
1 parent 0aa7631 commit f584fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reportbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def search(myinput, process=True):
cls()
return None
elif not Docmode and (value=="groups" or value=="!"):
webbrowser.open("https://docs.google.com/spreadsheets/d/1POVv-2nM4rGd6-MOITwA-0hNHmqHe9QH/edit#gid=1676049882")
webbrowser.open("")
else:
line=found[int(value)-1]
print(f"Ваш выбор:\n{Bullet} {format_title(Pub[line][0])} {format_report_string(Pub[line])}")
Expand Down Expand Up @@ -551,11 +551,11 @@ def __update(threadName, delay):
Pub=load()
save()
elif command=="groups" and not Docmode: # показ групп в онлайне
webbrowser.open("https://docs.google.com/spreadsheets/d/1POVv-2nM4rGd6-MOITwA-0hNHmqHe9QH/edit#gid=1676049882")
webbrowser.open("")
elif command=="folder" and not Docmode: # открытие папки файлов в проводнике
webbrowser.open(Root_path)
elif command=="share" and not Docmode: # открытие ShareFile
webbrowser.open("https://watchtower.sharefile.com/home/shared/fo64dbb7-f1c2-4683-b2e6-f53959f02435")
webbrowser.open("")
elif command=="picalc" and not Docmode: # подсчет статистики пионеров
ex.piCalc()

Expand Down

0 comments on commit f584fe4

Please sign in to comment.