Skip to content

Commit

Permalink
Update Main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizz1ya committed Sep 24, 2021
1 parent 602e9f5 commit e417088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def do(self, text):
if type(text) == list: text = ' '.join(str(x) for x in text)
print(text)

def wait(self, text):
def wait(self):
input('Type Enter...')

class SaveManager:
Expand Down Expand Up @@ -100,4 +100,4 @@ def byDate(self, folder): pass
for logType in Config.LogIndicators:
notify.do(['\t', logType, ':', Sorted.Statistic[logType]])

notydo.wait()
notify.wait()

0 comments on commit e417088

Please sign in to comment.