We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae0441 commit bcb0a6eCopy full SHA for bcb0a6e
1 file changed
use_cases/export.py
@@ -93,7 +93,7 @@ async def export_to_google_sheet(self, table):
93
def get_sheet_url_and_name(self):
94
# TODO: save urls in db by group
95
url = "https://docs.google.com/spreadsheets/d/1YimK1TlwjzfbCPZIxrTVsNJAhbhe4RnFmvibdkJLvzg/edit?gid=1350094138#gid=1350094138"
96
-
+
97
name = self.group.name
98
if self.extra_name:
99
name += f"@{self.extra_name}"
0 commit comments