Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
Commit zendesk changes
  • Loading branch information
Ctri-The-Third committed Mar 16, 2022
1 parent 9ee3028 commit 9251d5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 1 addition & 13 deletions freshdesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,8 @@ def get_worklogs(self,ticketID):
currentPage = currentPage + 1


url = 'https://%s/api/v2/tickets/%s/time_entries' % (cfg.FreshdeskURL,ticketID)
<<<<<<< HEAD
=======
url = 'https://%s/api/v2/tickets/%s/time_entries' % (self.host,ticketID)
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> fdd761b... Update freshdesk.py
=======
>>>>>>> c572659... merged changes
=======
>>>>>>> 56434b82345af16009679b9043d8a29b4711b355
>>>>>>> ee9951f (Revert "merged changes")
=======
>>>>>>> aa5e9fa (Revert "merge resolution")

AuthString = "Basic %s" % (self.api_key)
r = requests.get (
url,
Expand Down
3 changes: 0 additions & 3 deletions zendesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import logging
import requests
import re
import helpers.TrelloHelper as TrelloHelper
import helpers.cfg as cfg




Expand Down

0 comments on commit 9251d5b

Please sign in to comment.