Skip to content

Commit

Permalink
17.10.2018
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLoidx committed Oct 17, 2018
1 parent b372e01 commit 082d949
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Lilly.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
from questions.GetQuestion import GetQuestion
from Parse.Recipe import Recipe
from Parse import Parser
from ScheduleFromFile import ScheduleFromFile
from schedule.ScheduleFromFile import ScheduleFromFile
from client_server import ServerClient
from Parse import Date


class Lilly:

def __init__(self):
Expand Down Expand Up @@ -224,9 +225,9 @@ def get_schedule(self, tomorrow="no"):

# Файлы с разными кодрировками
if os.name == "nt":
sh_filename = "shWindows.txt"
sh_filename = "schedule/shWindows.txt"
else:
sh_filename = "sh.txt"
sh_filename = "schedule/sh.txt"

today_day = self.date.get_day_of_week().strip()

Expand Down
3 changes: 0 additions & 3 deletions Test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from Parse.Schedule import Schedule
import ScheduleFromFile
import Parse.Date
import Lilly

lilly = Lilly.Lilly()
Expand Down
File renamed without changes.
File renamed without changes.
Empty file added schedule/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 082d949

Please sign in to comment.