mirror of https://github.com/skygpu/skynet.git
change the footer text, and increase timeout interval to 2 mins
parent
3315b05888
commit
70c13c242a
|
@ -194,7 +194,7 @@ class SkynetDiscordFrontend:
|
||||||
|
|
||||||
tx_hash = None
|
tx_hash = None
|
||||||
ipfs_hash = None
|
ipfs_hash = None
|
||||||
for i in range(60):
|
for i in range(120):
|
||||||
try:
|
try:
|
||||||
submits = await self.hyperion.aget_actions(
|
submits = await self.hyperion.aget_actions(
|
||||||
account=self.account,
|
account=self.account,
|
||||||
|
|
|
@ -69,7 +69,7 @@ def prepare_metainfo_caption(user, worker: str, reward: str, meta: dict, embed)
|
||||||
embed.add_field(name='Parameters', value=f'```{meta_str}```', inline=False)
|
embed.add_field(name='Parameters', value=f'```{meta_str}```', inline=False)
|
||||||
|
|
||||||
foot_str = f'Made with Skynet v{VERSION}\n'
|
foot_str = f'Made with Skynet v{VERSION}\n'
|
||||||
foot_str += f'JOIN THE SWARM.\nFor more info, join our server here: https://discord.gg/JYM4YPMgK'
|
foot_str += f'JOIN THE SWARM: https://discord.gg/JYM4YPMgK'
|
||||||
|
|
||||||
embed.set_footer(text=foot_str)
|
embed.set_footer(text=foot_str)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue