Skip to content

Commit

Permalink
#183: fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Nov 3, 2018
1 parent 60c38ec commit a1f9339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlinejudge/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_url(self):
def get_problem(self):
raise NotImplementedError
def get_service(self):
raise self.get_problem().get_service()
return self.get_problem().get_service()
@classmethod
def from_url(cls, s):
pass
Expand Down

0 comments on commit a1f9339

Please sign in to comment.